only show translation when api key and provider are picked, and fix eslint vscode

This commit is contained in:
Kendall Garner 2025-09-05 19:55:58 -07:00
parent c81bd93d04
commit 2cf0027419
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
4 changed files with 19 additions and 9 deletions

View file

@ -13,10 +13,9 @@
".prettierrc": "jsonc",
".eslintignore": "ignore"
},
"eslint.validate": ["typescript"],
"eslint.validate": ["typescript", "typescriptreact"],
"eslint.workingDirectories": [
{ "directory": "./", "changeProcessCWD": true },
{ "directory": "./server", "changeProcessCWD": true }
],
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
"editor.codeActionsOnSave": {