File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11{
2- // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3- // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4- // List of extensions which should be recommended for users of this workspace.
52 "recommendations" : [
63 " donjayamanne.githistory" ,
74 " felipecaputo.git-project-manager" ,
85 " GitHub.vscode-pull-request-github" ,
9- " ms-azuretools.vscode-docker" ,
106 " ms-python.python" ,
117 " ms-python.vscode-pylance" ,
128 " njpwerner.autodocstring" ,
139 " quarto.quarto" ,
1410 " ms-toolsai.jupyter" ,
15- " streetsidesoftware.code-spell-checker" ,
1611 " vivaxy.vscode-conventional-commits" ,
1712 " charliermarsh.ruff" ,
1813 " pshaddel.conventional-branch" ,
19- " yy0931.vscode-sqlite3-editor "
14+ " tekumara.typos-vscode "
2015 ],
2116 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
2217 "unwantedRecommendations" : []
Original file line number Diff line number Diff line change 3232 "python.defaultInterpreterPath" : " ${workspaceFolder}/.venv" ,
3333 "python.languageServer" : " Pylance" ,
3434 "files.insertFinalNewline" : true ,
35- "cSpell.enabledFileTypes" : {
36- "quarto" : true
37- },
38- "cSpell.language" : " en,en-GB" ,
3935 "python.testing.pytestEnabled" : true ,
4036 "python.testing.pytestPath" : " ${workspaceFolder}/.venv/bin/pytest" ,
4137}
You can’t perform that action at this time.
0 commit comments