Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
update vscode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zigen committed Jan 8, 2022
1 parent 338dfe0 commit da46a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"recommendations": [
"editorconfig.editorconfig",
"ms-python.python",
"editorconfig.editorconfig"
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.jupyter-renderers",
"ms-python.vscode-pylance"
]
}
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"python.formatting.provider": "black",
"python.testing.pytestArgs": [
"quisp_run",
"-s"
],
"python.testing.unittestEnabled": false,
Expand Down

0 comments on commit da46a32

Please sign in to comment.