Skip to content

Commit

Permalink
chore(vscode): 🔨 instead plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wzc520pyfm committed Feb 25, 2024
1 parent 1c74375 commit 61baaf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"VisualStudioExptTeam.intellicode-api-usage-examples",
"xabikos.JavaScriptSnippets",
"lottiefiles.vscode-lottie",
"ZixuanChen.vitest-explorer",
"GitHub.copilot",
"intellsmi.comment-translate",
"WhenSunset.chatgpt-china",
"Tobermory.es6-string-html"
"WhenSunset.chatgpt-china",
"Tobermory.es6-string-html",
"vitest.explorer"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Vue.vscode-typescript-vue-plugin",// vue3 for ts 官方推荐插件
"Vue.volar", // vue3官方推荐插件
"Tobermory.es6-string-html", // 在内联的html字符串前加上/*html*/以获得高亮语法
"ZixuanChen.vitest-explorer", // vitest官方插件
"vitest.explorer", // vitest官方插件
"wix.vscode-import-cost", // 在编译器中显示导入包的大小
"pranaygp.vscode-css-peek", // 允许在HTML内查看css定义, 且支持跳转
"Zignd.html-css-class-completion", // 根据工作区定义的css, 在HTML中提供css智能提示
Expand Down
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"editor.codeActionsOnSave": {
// 保存时要执行的操作
"source.fixAll.eslint": true // 依据eslint格式化代码
"source.fixAll.eslint": "explicit" // 依据eslint格式化代码
},
"editor.formatOnSave": true, // 保存时格式化代码
"npm.packageManager": "pnpm", // 使用pnpm作为项目的包管理器
Expand Down

0 comments on commit 61baaf4

Please sign in to comment.