mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
feat: added recommended vscode extensions
This commit is contained in:
parent
77ad07f849
commit
471f5ac807
25
.vscode/extensions.json
vendored
Normal file
25
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-python.autopep8",
|
||||
"aaron-bond.better-comments",
|
||||
"ms-python.black-formatter",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"mhutchie.git-graph",
|
||||
"donjayamanne.githistory",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"visualstudioexptteam.intellicode-api-usage-examples",
|
||||
"ms-toolsai.jupyter",
|
||||
"ms-toolsai.vscode-jupyter-cell-tags",
|
||||
"ms-toolsai.jupyter-keymap",
|
||||
"ms-toolsai.jupyter-renderers",
|
||||
"ms-toolsai.vscode-jupyter-slideshow",
|
||||
"james-yu.latex-workshop",
|
||||
"pkief.material-icon-theme",
|
||||
"streetsidesoftware.code-spell-checker-polish",
|
||||
"ms-python.vscode-pylance",
|
||||
"ms-python.pylint",
|
||||
"ms-python.python",
|
||||
"ms-python.debugpy",
|
||||
"kevinrose.vsc-python-indent"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user