We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684c83d commit 767301aCopy full SHA for 767301a
.gitignore
@@ -31,7 +31,4 @@ coverage
31
components.d.ts
32
.env
33
34
-.vscode/**
35
-!.vscode/extensions.json
36
-
37
src-tauri/gen
.vscode/settings.json
@@ -1,4 +1,5 @@
1
{
2
+ "typescript.tsdk": "node_modules/typescript/lib",
3
"i18n-ally.localesPaths": [
4
"src/locales"
5
]
0 commit comments