Skip to content

Commit

Permalink
migrate to python tools extensions (#596)
Browse files Browse the repository at this point in the history
When I opened my settings.json it warned me these settings will be
deprecated soon, with this link for more info:


https://github.com/microsoft/vscode-python/wiki/Migration-to-Python-Tools-Extensions
  • Loading branch information
visr authored Sep 13, 2023
1 parent 491e851 commit 9ae0a1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"recommendations": [
"julialang.language-julia",
"ms-python.python",
"ms-python.black-formatter",
"ms-python.mypy-type-checker",
"charliermarsh.ruff",
"njpwerner.autodocstring"
]
Expand Down
6 changes: 2 additions & 4 deletions .vscode/settings_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"julia.environmentPath": "core",
"notebook.formatOnSave.enabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
}
},
"python.formatting.provider": "black",
"python.linting.mypyEnabled": true,
"python.linting.enabled": true
}
}

0 comments on commit 9ae0a1f

Please sign in to comment.