rozbehnutá apka
This commit is contained in:
@@ -7,6 +7,23 @@
|
|||||||
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
||||||
"source=${localEnv:HOME},target=/host-home,type=bind"
|
"source=${localEnv:HOME},target=/host-home,type=bind"
|
||||||
],
|
],
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"vue.volar",
|
||||||
|
"vue.vscode-typescript-vue-plugin",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"editorconfig.editorconfig",
|
||||||
|
"nuxt.mdc",
|
||||||
|
"lokalise.i18n-ally",
|
||||||
|
"vitest.explorer",
|
||||||
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"ms-azuretools.vscode-docker",
|
||||||
|
"gruntfuggly.todo-tree"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
3000
|
3000
|
||||||
],
|
],
|
||||||
|
|||||||
Vendored
-14
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"recommendations": [
|
|
||||||
"vue.volar",
|
|
||||||
"vue.vscode-typescript-vue-plugin",
|
|
||||||
"dbaeumer.vscode-eslint",
|
|
||||||
"esbenp.prettier-vscode",
|
|
||||||
"EditorConfig.EditorConfig",
|
|
||||||
"Nuxt.mdc",
|
|
||||||
"lokalise.i18n-ally",
|
|
||||||
"vitest.explorer",
|
|
||||||
"bradlc.vscode-tailwindcss",
|
|
||||||
"ms-azuretools.vscode-docker"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Vendored
+4
-3
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": "explicit"
|
"source.fixAll.eslint": "always"
|
||||||
},
|
},
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
@@ -34,15 +34,16 @@
|
|||||||
"**/.pnpm-store/**": true,
|
"**/.pnpm-store/**": true,
|
||||||
"**/coverage/**": true,
|
"**/coverage/**": true,
|
||||||
"**/dist/**": true,
|
"**/dist/**": true,
|
||||||
"**/node_modules/**": true
|
"**/node_modules/**": false
|
||||||
},
|
},
|
||||||
"eslint.validate": [
|
"eslint.validate": [
|
||||||
"javascript",
|
"javascript",
|
||||||
|
"javascriptreact",
|
||||||
"typescript",
|
"typescript",
|
||||||
|
"typescriptreact",
|
||||||
"vue"
|
"vue"
|
||||||
],
|
],
|
||||||
"js/ts.tsdk.path": "node_modules/typescript/lib",
|
"js/ts.tsdk.path": "node_modules/typescript/lib",
|
||||||
"vue.server.hybridMode": false,
|
|
||||||
"json.schemaDownload.trustedDomains": {
|
"json.schemaDownload.trustedDomains": {
|
||||||
"https://raw.githubusercontent.com/DavidAnson/markdownlint/": true
|
"https://raw.githubusercontent.com/DavidAnson/markdownlint/": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user