From 16a7d6268c5a2806edd68b83f9760f071e004d36 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 23 Apr 2025 15:48:35 +0200 Subject: [PATCH] chore: :wrench: remove leftover extensions, replace spell checker --- .vscode/extensions.json | 7 +------ .vscode/settings.json | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 10535a9..dca5d16 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,22 +1,17 @@ { - // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. - // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp - // List of extensions which should be recommended for users of this workspace. "recommendations": [ "donjayamanne.githistory", "felipecaputo.git-project-manager", "GitHub.vscode-pull-request-github", - "ms-azuretools.vscode-docker", "ms-python.python", "ms-python.vscode-pylance", "njpwerner.autodocstring", "quarto.quarto", "ms-toolsai.jupyter", - "streetsidesoftware.code-spell-checker", "vivaxy.vscode-conventional-commits", "charliermarsh.ruff", "pshaddel.conventional-branch", - "yy0931.vscode-sqlite3-editor" + "tekumara.typos-vscode" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations": [] diff --git a/.vscode/settings.json b/.vscode/settings.json index 491bd60..f635c21 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -32,10 +32,6 @@ "python.defaultInterpreterPath": "${workspaceFolder}/.venv", "python.languageServer": "Pylance", "files.insertFinalNewline": true, - "cSpell.enabledFileTypes": { - "quarto": true - }, - "cSpell.language": "en,en-GB", "python.testing.pytestEnabled": true, "python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest", }