-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
59 lines (59 loc) · 1.8 KB
/
settings.json
File metadata and controls
59 lines (59 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"workbench.colorTheme": "NetBeans Light Theme",
"gitlens.keymap": "alternate",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"php"
],
"beautify.language": {
"js": {
"type": [
"javascript",
"json"
],
"filename": [
".jshintrc",
".jsbeautify"
]
},
"css": [
"css",
"scss"
],
"html": [
"htm",
"html",
"php"
]
},
"php.validate.run": "onType",
"php.validate.executablePath": "C:\\xampp7.1\\php\\php.exe",
"php.validate.enable": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/vendor": true
},
"window.zoomLevel": -1,
"gitlens.codeLens.enabled": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"vscode_custom_css.imports": [
"https://gist.githubusercontent.com/ogardiazabal/39f8d70b9dd5858a067c4b70bffb9b2e/raw/b36bae86652bbee10be6bc16b8f2abeaf386c3d2/styles.css"
],
"workbench.iconTheme": "vscode-icons",
"php-cs-fixer.onsave": true,
"php-cs-fixer.executablePathWindows": "C:/Users/ogardiazabal/AppData/Roaming/Composer/vendor/bin/phpcs.bat",
}