Skip to content

Commit c36296b

Browse files
authored
chore: 🔧 remove leftover extensions, replace spell checker (#61)
## Description This removes the `cSpell` vscode extension, replaces it with `typos` extension. And removes some leftover extensions we don't need. Closes #37
1 parent a7fea84 commit c36296b

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.vscode/extensions.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
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": []

.vscode/settings.json

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
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
}

0 commit comments

Comments
 (0)