Skip to content

Commit

Permalink
Merge pull request #198 from little3201/develop
Browse files Browse the repository at this point in the history
修改.vscode/settings
  • Loading branch information
little3201 authored Aug 5, 2024
2 parents d3b0595 + 58d43f0 commit 2106ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"wayou.vscode-todo-highlight",
"arcanis.vscode-zipfs"
"wayou.vscode-todo-highlight"
],
"unwantedRecommendations": [
"octref.vetur",
Expand Down
10 changes: 2 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
"typescript",
"vue"
],
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"eslint.format.enable": true,
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.tsdk": "node_modules/typescript/lib",
"eslint.format.enable": true
}

0 comments on commit 2106ca9

Please sign in to comment.