|
|
@ -58,7 +58,7 @@ |
|
|
|
"path-intellisense.mappings": { |
|
|
|
"path-intellisense.mappings": { |
|
|
|
"@/": "${workspaceRoot}/src" |
|
|
|
"@/": "${workspaceRoot}/src" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"prettier.enable": true, |
|
|
|
"prettier.enable": false, |
|
|
|
"editor.formatOnSave": true, |
|
|
|
"editor.formatOnSave": true, |
|
|
|
"editor.codeActionsOnSave": { |
|
|
|
"editor.codeActionsOnSave": { |
|
|
|
"source.fixAll.eslint": true, |
|
|
|
"source.fixAll.eslint": true, |
|
|
@ -159,7 +159,7 @@ |
|
|
|
"*.ts": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.ts": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.tsx": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.tsx": "$(capture).test.ts, $(capture).test.tsx", |
|
|
|
"*.env": "$(capture).env.*", |
|
|
|
"*.env": "$(capture).env.*", |
|
|
|
"package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore" |
|
|
|
"package.json": ".hintrc,pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"terminal.integrated.scrollback": 10000, |
|
|
|
"terminal.integrated.scrollback": 10000, |
|
|
|
"nuxt.isNuxtApp": false |
|
|
|
"nuxt.isNuxtApp": false |
|
|
|