1+ {
2+ "recommendations" : [
3+ // For Pair Programming
4+ " MS-vsliveshare.vsliveshare" ,
5+
6+ // For Git & GitHub
7+ " mhutchie.git-graph" ,
8+ " eamodio.gitlens" ,
9+ " GitHub.vscode-pull-request-github" ,
10+ " donjayamanne.githistory" ,
11+
12+ // For programming generally
13+ " streetsidesoftware.code-spell-checker" ,
14+ " leodevbro.blockman" ,
15+ " alefragnani.project-manager" ,
16+ " vscode-icons-team.vscode-icons" ,
17+ " alefragnani.bookmarks" ,
18+ " visualstudioexptteam.vscodeintellicode" ,
19+ " aaron-bond.better-comments" ,
20+ " christian-kohler.path-intellisense" ,
21+ " usernamehw.errorlens" ,
22+ " tamasfe.even-better-toml" ,
23+
24+ // For writing Markdown
25+ " DavidAnson.vscode-markdownlint" ,
26+ " yzhang.markdown-all-in-one" ,
27+ " bierner.markdown-preview-github-styles" ,
28+
29+ // For writing Python
30+ " ms-python.python" ,
31+ " ms-python.vscode-pylance" ,
32+ " KevinRose.vsc-python-indent" ,
33+ " njpwerner.autodocstring" ,
34+ " LittleFoxTeam.vscode-python-test-adapter" ,
35+ " ms-python.black-formatter" ,
36+ " charliermarsh.ruff" ,
37+ " ms-python.pylint" ,
38+ " oderwat.indent-rainbow" ,
39+ " ms-python.debugpy" ,
40+ " frhtylcn.pythonsnippets" ,
41+
42+ // For writing Notebooks
43+ " ms-toolsai.jupyter" ,
44+ " ms-toolsai.jupyter-keymap" ,
45+
46+ // For working with data
47+ " RandomFractalsInc.vscode-data-preview" ,
48+ " mechatroner.rainbow-csv" ,
49+ " mtxr.sqltools"
50+ ]
51+ }
0 commit comments