chore: delete .vscode directory (#2693)

* Delete .vscode directory

* web/.vscode deleted
This commit is contained in:
Anish Kelkar 2024-01-14 17:42:57 +05:30 committed by GitHub
parent 6db7ad76da
commit 7340ae15f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 41 deletions

View file

@ -1,3 +0,0 @@
{
"recommendations": ["golang.go"]
}

View file

@ -1,12 +0,0 @@
{
"folders": [
{
"name": "server",
"path": "../"
},
{
"name": "web",
"path": "../web"
}
]
}

View file

@ -1,5 +0,0 @@
{
"json.schemaDownload.enable":true,
"go.lintOnSave": "workspace",
"go.lintTool": "golangci-lint",
}

View file

@ -1,8 +0,0 @@
{
"recommendations": [
"lokalise.i18n-ally",
"bradlc.vscode-tailwindcss",
"dbaeumer.vscode-eslint",
"csstools.postcss"
]
}

View file

@ -1,13 +0,0 @@
{
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"i18n-ally.localesPaths": [
"src/locales"
],
"files.associations": {
"*.less": "postcss"
},
"i18n-ally.keystyle": "nested"
}