Skip to content

Commit 25e9b1b

Browse files
committed
Add VSCode extensions recommendations for improved development experience
1 parent 788a063 commit 25e9b1b

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

.vscode/extensions.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
}

0 commit comments

Comments
 (0)