-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
38 lines (36 loc) · 1.3 KB
/
settings.json
File metadata and controls
38 lines (36 loc) · 1.3 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
{
"remote.WSL.fileWatcher.polling": true,
"workbench.colorTheme": "Winter is Coming (Dark Blue - No Italics)",
"workbench.iconTheme": "vscode-icons",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
"breadcrumbs.enabled": true,
"debug.toolBarLocation": "floating",
"editor.autoIndent": true,
"editor.codeLens": false,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.fontSize": 16,
"editor.fontFamily": "Fira Code",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.formatOnType": false,
"editor.lineHeight": 25,
"files.autoSave": "off",
"files.autoSaveDelay": 2000,
"search.showLineNumbers": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {},
"zenMode.centerLayout": false,
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"search.exclude": {
"**/builds": true
},
"editor.largeFileOptimizations": false,
"explorer.confirmDelete": false,
"typescript.suggest.enabled": false,
"terminal.integrated.shell.linux": "/bin/bash",
"vsicons.dontShowNewVersionMessage": true,
}