主题
Visual Studio Code
安装目录
插件目录:~/.vscode/extensions
插件
推荐插件
- EditorConfig
- Prettier - Code formatter
- ESLint
- GitLens — Git supercharged
- Error Lens
- Pretty TypeScript Error
- ES7+ React/Redux/React-Native snippets
- Vue(Official)
- Tailwind CSS IntelliSense
- Console Ninja
主题美化
AI 能力
主要针对于 GitHub Copilot 插件。
配置 Skills
- 全局目录:
~/.copilot/skills/ - 工作区目录:
.github/skills/
指令:
/skills/create-skill
开源技能库:
常见设置
若遇到 GitHub Copilot 无法使用 Claude 模型的情况,开启 Tun 模式。
或在 settings.json 中添加代理配置:
json
{
"http.proxy": "http://127.0.0.1:7897"
}Git GUI 配置,新建 ~/.config/husky/.huskyrc 文件,具体内容参考 ~/.bashrc:
bash
# 缺啥补啥
# fnm / nvm / proxy ...微信小程序
插件
uniapp
插件
.vscode/settings.json
jsonc
{
"files.associations": {
"manifest.json": "jsonc",
"pages.json": "jsonc",
},
}