Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 1f5fa01

Browse files
committed
chore: add knip extension to workspace configuration
1 parent 6b4be5e commit 1f5fa01

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"detachhead.basedpyright",
1717
"vitest.explorer",
1818
"hashicorp.terraform",
19-
"timonwong.shellcheck"
19+
"timonwong.shellcheck",
20+
"webpro.vscode-knip"
2021
]
2122
}

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
3030
"javascript.preferences.importModuleSpecifier": "non-relative",
3131
"javascript.suggest.autoImports": true,
32+
// ── Python ──────────────────────────────────────────────────────────────────
33+
"python.languageServer": "None",
3234
// ── Formatters ──────────────────────────────────────────────────────────────
3335
"[javascript]": {
3436
"editor.defaultFormatter": "oxc.oxc-vscode",

0 commit comments

Comments
 (0)