|
|
|
@ -58,8 +58,8 @@
|
|
|
|
|
"path-intellisense.mappings": { |
|
|
|
|
"@/": "${workspaceRoot}/src" |
|
|
|
|
}, |
|
|
|
|
"prettier.enable": false, |
|
|
|
|
"editor.formatOnSave": false, |
|
|
|
|
"prettier.enable": true, |
|
|
|
|
"editor.formatOnSave": true, |
|
|
|
|
"editor.codeActionsOnSave": { |
|
|
|
|
"source.fixAll.eslint": true, |
|
|
|
|
"source.organizeImports": false |
|
|
|
@ -161,5 +161,6 @@
|
|
|
|
|
"*.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" |
|
|
|
|
}, |
|
|
|
|
"terminal.integrated.scrollback": 10000 |
|
|
|
|
"terminal.integrated.scrollback": 10000, |
|
|
|
|
"nuxt.isNuxtApp": false |
|
|
|
|
} |
|
|
|
|