diff options
Diffstat (limited to 'vscode/settings.json')
| -rw-r--r-- | vscode/settings.json | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/vscode/settings.json b/vscode/settings.json index e8ff00a..1c0204d 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -1,19 +1,14 @@ { "editor.minimap.enabled": false, - "workbench.colorTheme": "Solarized Light", "editor.rulers": [80, 120], - "workbench.colorCustomizations": { - "activityBar.background": "#333333", - "activityBar.foreground": "#ADADAD", + "editor.wordWrap": "on", + "editor.lineNumbers": "off", - "activityBarBadge.background": "#0062A3", - "activityBarbadge.foreground": "#000f00", - - "statusBar.background" : "#0062A3", - "statusBar.noFolderBackground" : "#a9d9f8", - "statusBar.debuggingBackground": "#093e61", - "statusBar.foreground": "#FAFCFE", - - "editorRuler.foreground": "#6152e2" - } -}
\ No newline at end of file + "jupyter.askForKernelRestart": false, + "[python]": { + "editor.formatOnType": true + }, + "terminal.integrated.enableMultiLinePasteWarning": false, + "gitlens.hovers.currentLine.over": "line", + "autoDocstring.docstringFormat": "sphinx-notypes", +} |
