This commit is contained in:
Matthew Bessette
2026-07-26 15:16:15 -04:00
parent e50ca8089d
commit cadf6dd263
6 changed files with 28 additions and 14 deletions
+3 -5
View File
@@ -58,14 +58,12 @@
"https://www.schemastore.org/": true
},
"oxc.enable.oxlint": true,
"oxc.configPath": "/etc/oxlintrc.json",
"oxc.path.oxlint": "/Users/matthew.bessette/.npm-global/bin/oxlint",
"oxc.configPath": "~/.config/oxlintrc.json",
"oxc.disableNestedConfig": true,
"js/ts.updateImportsOnFileMove.enabled": "always",
"js/ts.experimental.useTsgo": true,
"workbench.iconTheme": "vscode-icons",
"update.mode": "none",
"i18n-ally.displayLanguage": "en-US"
"i18n-ally.displayLanguage": "en-US",
"remote.SSH.configFile": "~/.config/ssh.conf"
}