Save vscode main settings
This commit is contained in:
parent
0f97ef9d12
commit
2aa3807fc3
16
home/.config/Code/User/settings.json
Normal file
16
home/.config/Code/User/settings.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"editor.suggestSelection": "first",
|
||||
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
||||
"python.jediEnabled": false,
|
||||
"files.autoSaveDelay": 750,
|
||||
"editor.renderWhitespace": "all",
|
||||
"window.menuBarVisibility": "toggle",
|
||||
"files.autoSave": "afterDelay",
|
||||
"python.languageServer": "Pylance",
|
||||
"window.zoomLevel": 0,
|
||||
"workbench.colorTheme": "Iceberg",
|
||||
"sync.quietSync": true,
|
||||
"sync.autoUpload": true,
|
||||
"sync.autoDownload": true,
|
||||
"sync.gist": "b4580c595539ccca8bc2bb18ad104cef"
|
||||
}
|
Loading…
Reference in New Issue
Block a user