diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-20 23:07:02 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-20 23:07:02 -0400 |
commit | b81f9e8b73cb520ad5ae916c3e571ea55f4ca489 (patch) | |
tree | 25d7f42d66c3e3190022ece043c86082a9e85709 /.vscode | |
parent | f2e5cfff7dc275bd93fac446a508b7d18ecd6c58 (diff) | |
download | tanzanite-b81f9e8b73cb520ad5ae916c3e571ea55f4ca489.tar.gz tanzanite-b81f9e8b73cb520ad5ae916c3e571ea55f4ca489.tar.bz2 tanzanite-b81f9e8b73cb520ad5ae916c3e571ea55f4ca489.zip |
fix ts composite shit, replace got with native fetch, update deps
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d86374b..4eed974 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,8 +9,6 @@ ".pnp.js": false, "**/node_modules": true }, - "javascript.preferences.importModuleSpecifier": "project-relative", - "typescript.preferences.importModuleSpecifier": "project-relative", "search.exclude": { "**/.yarn": true, "**/.pnp.*": true, @@ -20,7 +18,6 @@ }, "editor.codeActionsOnSave": { "source.organizeImports": true, - // "source.fixAll.eslint": true, "source.format": true }, "diffEditor.wordWrap": "on", @@ -31,11 +28,14 @@ "prettier.prettierPath": "node_modules/prettier", "prettier.withNodeModules": true, "prettier.useEditorConfig": false, - // "typescript.tsdk": ".yarn/sdks/typescript/lib", - "typescript.tsdk": "node_modules/typescript/lib", - "typescript.enablePromptUseWorkspaceTsdk": true, + "javascript.format.enable": false, + "javascript.preferences.importModuleSpecifier": "relative", "javascript.preferences.importModuleSpecifierEnding": "js", + "javascript.preferences.useAliasesForRenames": false, + "typescript.format.enable": false, + "typescript.preferences.importModuleSpecifier": "relative", "typescript.preferences.importModuleSpecifierEnding": "js", + "typescript.preferences.useAliasesForRenames": false, "discord.removeDetails": false, "discord.removeLowerDetails": false, "discord.removeRemoteRepository": false, |