There was an error while loading. Please reload this page.
1 parent 6b4be5e commit 1f5fa01Copy full SHA for 1f5fa01
2 files changed
.vscode/extensions.json
@@ -16,6 +16,7 @@
16
"detachhead.basedpyright",
17
"vitest.explorer",
18
"hashicorp.terraform",
19
- "timonwong.shellcheck"
+ "timonwong.shellcheck",
20
+ "webpro.vscode-knip"
21
]
22
}
.vscode/settings.json
@@ -29,6 +29,8 @@
29
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
30
"javascript.preferences.importModuleSpecifier": "non-relative",
31
"javascript.suggest.autoImports": true,
32
+ // ── Python ──────────────────────────────────────────────────────────────────
33
+ "python.languageServer": "None",
34
// ── Formatters ──────────────────────────────────────────────────────────────
35
"[javascript]": {
36
"editor.defaultFormatter": "oxc.oxc-vscode",
0 commit comments