Skip to content

Commit

Permalink
adding autosave in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
cenzwong authored Sep 20, 2024
1 parent 736e1b9 commit 9a7e668
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"files.autoSave": "onFocusChange",
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"notebook.defaultFormatter": "ms-python.black-formatter",
"notebook.formatOnCellExecution": true,
"notebook.formatOnSave.enabled": true,
"python.testing.pytestArgs": [
"tests"
],
Expand Down

0 comments on commit 9a7e668

Please sign in to comment.