Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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