Skip to content

Commit

Permalink
update .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Apr 25, 2020
1 parent fc989c7 commit bfc0943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"recommendations": [
"arcticicestudio.nord-visual-studio-code",
"CoenraadS.bracket-pair-colorizer",
"DavidAnson.vscode-markdownlint",
"esbenp.prettier-vscode",
"ms-python.python",
"ms-vscode.wordcount",
"njpwerner.autodocstring",
"oderwat.indent-rainbow",
"streetsidesoftware.code-spell-checker",
"tyriar.sort-lines",
"vscode-icons-team.vscode-icons",
"wmaurer.change-case"
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"python.formatting.provider": "black",
"python.linting.pylintPath": "pylint",
"python.linting.pylintUseMinimalCheckers": false,
"workbench.colorTheme": "Nord",
"workbench.iconTheme": "vscode-icons",
"python.pythonPath": "venv\\Scripts\\python.exe"
}

0 comments on commit bfc0943

Please sign in to comment.