Skip to content
Snippets Groups Projects
Commit 89d32b10 authored by Thibaut DE SAIVRE's avatar Thibaut DE SAIVRE
Browse files

update settings

parent 03971e3b
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,12 @@ ...@@ -10,6 +10,12 @@
"editor.minimap.enabled": false, // Hide minimap (along scroll bar) "editor.minimap.enabled": false, // Hide minimap (along scroll bar)
"editor.mouseWheelZoom": true, "editor.mouseWheelZoom": true,
// Git settings
"git.enableSmartCommit": true,
// Better window title bar (only works when set in User settings)
"window.titleBarStyle": "custom",
// Generic extension settings // Generic extension settings
"todo-tree.highlights.useColourScheme": true, "todo-tree.highlights.useColourScheme": true,
"code-runner.saveFileBeforeRun": true, "code-runner.saveFileBeforeRun": true,
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
"source.organizeImports": true "source.organizeImports": true
}, },
"jupyter.interactiveWindow.textEditor.executeSelection": true,
// Python // Python
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.black-formatter", // Use Black formatter for python "editor.defaultFormatter": "ms-python.black-formatter", // Use Black formatter for python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment