-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
104 lines (99 loc) · 3.61 KB
/
settings.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": false,
"update.mode": "manual",
"apc.imports": [
"file:///c:/Users/Silun/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.3/dist/updateHandler.js"
],
"workbench.colorTheme": "Aura Soft Dark (Soft Text)",
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 1,
"explorer.autoReveal": true,
"explorer.sortOrder": "type",
"window.zoomLevel": -1,
"material-icon-theme.hidesExplorerArrows": true,
"editor.scrollbar.verticalScrollbarSize": 20,
"editor.scrollbar.horizontalScrollbarSize": 20,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "Geist Mono",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.lineHeight": 0,
"editor.letterSpacing": 0.4,
"editor.tabSize": 4,
"editor.wordWrap": "off",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"workbench.colorCustomizations": {
"[Aura Soft Dark (Soft Text)]": {
"editor.background": "#000000",
"terminal.background": "#000000",
"activityBar.background": "#000000",
"statusBar.background": "#000000",
"statusBar.noFolderBackground": "#000000",
"sideBar.background": "#000000",
"editorGroupHeader.tabsBackground": "#000000",
"tab.inactiveBackground": "#1c1c1c",
"titleBar.activeBackground": "#000000",
"titleBar.inactiveBackground": "#1c1c1c"
},
"editor.foreground": "#FFFFFF",
"editor.selectionBackground": "#333333",
"editorCursor.foreground": "#FFFFFF",
"editor.lineHighlightBackground": "#222222"
},
"explorer.fontFamily": "Geist Mono",
"explorer.fontSize": 10,
"explorer.decorations.colors": true,
"explorer.decorations.badges": true,
"explorer.decorations.size": "small",
"material-icon-theme.folders.color": "#90a4ae",
"vscode_custom_css.imports": [
"file:///c:/Users/Silun/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.3/dist/updateHandler.js"
],
"editor.largeFileOptimizations": false,
"php.validate.executablePath": "true",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[go]": {
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"files.associations": {
"*.go": "go"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"python.createEnvironment.trigger": "off",
"solidity.telemetry": true,
"workbench.sideBar.location": "right",
"zig.path": "c:\\Users\\Silun\\AppData\\Roaming\\Code\\User\\globalStorage\\ziglang.vscode-zig\\zig_install\\zig.exe",
"zig.zls.path": "c:\\Users\\Silun\\AppData\\Roaming\\Code\\User\\globalStorage\\ziglang.vscode-zig\\zls_install\\zls.exe",
"zig.initialSetupDone": true,
"explorer.fileNesting.patterns": {
"*.ts": "${capture}.js",
"*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts",
"*.jsx": "${capture}.js",
"*.tsx": "${capture}.ts",
"tsconfig.json": "tsconfig.*.json",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb",
"*.sqlite": "${capture}.${extname}-*",
"*.db": "${capture}.${extname}-*",
"*.sqlite3": "${capture}.${extname}-*",
"*.db3": "${capture}.${extname}-*",
"*.sdb": "${capture}.${extname}-*",
"*.s3db": "${capture}.${extname}-*"
},
"workbench.layoutControl.enabled": false
}