dotfiles/home/.config/Code/User/settings.json

23 lines
716 B
JSON
Raw Normal View History

2021-01-14 15:54:53 +00:00
{
"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,
2021-03-31 15:23:27 +00:00
"sync.gist": "b4580c595539ccca8bc2bb18ad104cef",
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
]
2021-01-14 15:54:53 +00:00
}