File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,9 @@ cython_debug/
190190# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
191191# and can be added to the global gitignore or merged into this file. However, if you prefer,
192192# you could uncomment the following to ignore the entire vscode folder
193- .vscode /
193+ # (shared workspace config is un-ignored below)
194+ .vscode /*
195+ ! .vscode /extensions.json
194196
195197# Ruff stuff:
196198.ruff_cache /
Original file line number Diff line number Diff line change 1+ {
2+ "recommendations" : [
3+ " ms-python.python" ,
4+ " ms-python.vscode-pylance" ,
5+
6+ " charliermarsh.ruff" ,
7+ " astral-sh.ty" ,
8+ " ms-python.mypy-type-checker" ,
9+ " ms-python.flake8" ,
10+ " nwgh.bandit" ,
11+ " kennethlove.interrogate" ,
12+ " DavidAnson.vscode-markdownlint" ,
13+
14+ " marcinbar.vscode-squirrel" ,
15+ " rashwell.tcl"
16+ ]
17+ }
You can’t perform that action at this time.
0 commit comments