Compare commits
No commits in common. 'b3435a9a86b5e37ea6a2e096d2b74e02a302e1c2' and '6d83198a9f35293d6e92b7c6992abf12f2b16e03' have entirely different histories.
b3435a9a86
...
6d83198a9f
@ -0,0 +1,15 @@ |
|||||||
|
{ |
||||||
|
"recommendations": [ |
||||||
|
"voorjaar.windicss-intellisense", |
||||||
|
"vscode-icons-team.vscode-icons", |
||||||
|
"davidanson.vscode-markdownlint", |
||||||
|
"stylelint.vscode-stylelint", |
||||||
|
"dbaeumer.vscode-eslint", |
||||||
|
"esbenp.prettier-vscode", |
||||||
|
"vue.volar", |
||||||
|
"lokalise.i18n-ally", |
||||||
|
"mikestead.dotenv", |
||||||
|
"eamodio.gitlens", |
||||||
|
"antfu.iconify" |
||||||
|
] |
||||||
|
} |
@ -0,0 +1,16 @@ |
|||||||
|
{ |
||||||
|
// Use IntelliSense to learn about possible attributes. |
||||||
|
// Hover to view descriptions of existing attributes. |
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
||||||
|
"version": "0.2.0", |
||||||
|
"configurations": [ |
||||||
|
{ |
||||||
|
"type": "msedge", |
||||||
|
"request": "launch", |
||||||
|
"name": "Launch Edge against localhost", |
||||||
|
"url": "http://localhost", |
||||||
|
"webRoot": "${workspaceFolder}/src", |
||||||
|
"sourceMaps": true |
||||||
|
} |
||||||
|
] |
||||||
|
} |
@ -0,0 +1,54 @@ |
|||||||
|
{ |
||||||
|
"typescript.tsdk": "node_modules/typescript/lib", |
||||||
|
"prettier.enable": true, |
||||||
|
"editor.formatOnType": true, |
||||||
|
"editor.formatOnSave": true, |
||||||
|
"editor.formatOnPaste": true, |
||||||
|
"editor.codeActionsOnSave": { |
||||||
|
"source.fixAll.eslint": "explicit" |
||||||
|
}, |
||||||
|
"[vue]": { |
||||||
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" |
||||||
|
}, |
||||||
|
"[javascript]": { |
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode" |
||||||
|
}, |
||||||
|
"[typescript]": { |
||||||
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" |
||||||
|
}, |
||||||
|
"[json]": { |
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode" |
||||||
|
}, |
||||||
|
"[jsonc]": { |
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode" |
||||||
|
}, |
||||||
|
"[html]": { |
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode" |
||||||
|
}, |
||||||
|
"[css]": { |
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode" |
||||||
|
}, |
||||||
|
"[scss]": { |
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode" |
||||||
|
}, |
||||||
|
"i18n-ally.localesPaths": ["src/locales"], |
||||||
|
"i18n-ally.keystyle": "nested", |
||||||
|
"i18n-ally.sortKeys": true, |
||||||
|
"i18n-ally.namespace": true, |
||||||
|
"i18n-ally.enabledParsers": ["ts"], |
||||||
|
"i18n-ally.sourceLanguage": "en", |
||||||
|
"i18n-ally.displayLanguage": "zh-CN", |
||||||
|
"i18n-ally.enabledFrameworks": ["vue", "react"], |
||||||
|
"god.tsconfig": "./tsconfig.json", |
||||||
|
"vue-i18n.i18nPaths": "src/locales", |
||||||
|
"explorer.fileNesting.enabled": true, |
||||||
|
"explorer.fileNesting.expand": false, |
||||||
|
"explorer.fileNesting.patterns": { |
||||||
|
"*.ts": "$(capture).test.ts, $(capture).test.tsx", |
||||||
|
"*.tsx": "$(capture).test.ts, $(capture).test.tsx", |
||||||
|
"*.env": "$(capture).env.*", |
||||||
|
"CHANGELOG.md": "CHANGELOG*", |
||||||
|
"package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,README*,.npmrc,.browserslistrc,vite.config.*,windi.*,tailwind.*,tsconfig.*,postcss*", |
||||||
|
".eslintrc.js": ".eslintignore,.eslintrc-*,.prettierignore,.stylelintignore,.commitlintrc.js,.prettierrc.js,.stylelint*,stylelint*,prettier.*,.editorconfig" |
||||||
|
} |
||||||
|
} |
Before Width: | Height: | Size: 309 KiB |
Before Width: | Height: | Size: 192 KiB |
Loading…
Reference in new issue