-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
61 lines (59 loc) · 1.78 KB
/
Copy pathsettings.json
File metadata and controls
61 lines (59 loc) · 1.78 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
60
61
{
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"liveSassCompile.settings.formats": [
{
// "format":"compact",
"format": "compressed",
//"extensionName": ".min.css",
"extensionName": ".css",
"savePath": "/dist/css"
},
],
"liveSassCompile.settings.generateMap": false,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"window.zoomLevel": 0,
"liveServer.settings.donotShowInfoMsg": true,
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveSassCompile.settings.autoprefix": [],
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"python.terminal.launchArgs": [
],
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"workbench.colorTheme": "Sublime Material Theme - Dark",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 18,
"MVBasic.languageType": "jBASE",
"MVBasic.useCamelCase": false,
"MVBasic.indent": 4,
"MVBasic.margin": 4,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"python.languageServer": "Pylance",
"editor.formatOnSave": true,
"[mvbasic]": {
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
}
}
}