$ loading_
根据扩展 ID 快速安装 VS Code 扩展,便于为开发环境新增所需功能。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "install-vscode-extension" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/vscode/main/extensions/copilot/assets/prompts/skills/install-vscode-extension/SKILL.md 2. 保存为 ~/.claude/skills/install-vscode-extension/SKILL.md 3. 装好后重载技能,告诉我可以用了
请告诉我如何根据扩展 ID 在 VS Code 中安装 ms-python.python,并给出具体步骤。
返回基于扩展 ID 安装该扩展的操作步骤,可包含命令行或界面方式。
我想用命令行安装 VS Code 扩展 esbenp.prettier-vscode,请直接给我可执行命令。
返回可直接运行的 VS Code 扩展安装命令,并简要说明执行方式。
我有这些 VS Code 扩展 ID:dbaeumer.vscode-eslint、ms-vscode.vscode-typescript-next。请告诉我分别如何安装。
列出每个扩展 ID 对应的安装方式,帮助用户快速完成环境配置。
publisher.extensionName. For example, the Python extension by Microsoft has the ID ms-python.python.workbench.extensions.installExtension and pass in the extension ID. The args are of the format:[extensionId, { enable: true, installPreReleaseVersion: boolean }]
NOTE: install the pre-release version of the extension if the user explicitly mentions it or if the current environment is VS Code Insiders. Otherwise, install the stable version.
copilot_runVscodeCommand tool. Make sure to pass the skipCheck argument as true to avoid checking if the command exists, as we know it does.帮助开发者审查代码中的内存泄漏与资源释放问题,定位常见生命周期隐患。
为特定岗位快速生成可复用的自定义智能体配置文件。
为项目规则或协作约定生成规范的 .instructions.md 说明文件
帮助你编写 Hook 配置文件,以执行策略校验并自动化代理生命周期事件。
通过分析 JSONL 调试日志,快速定位聊天代理异常、耗时与调用原因
帮助开发者在 VS Code 仓库中运行、筛选并调试单元测试。
连接 VSCode、Cursor 等编辑器,帮助管理文件与切换主题。
在 Visual Studio 中让智能代理安全改码、调试、跑测并导航代码。
帮助用户检测并安装 GitHub CLI,快速完成命令行开发环境准备。
帮助用户从精选列表或 GitHub 仓库安装 Codex 技能到本地环境。
将 AI IDE 与终端对话整理为可复用技能,并同步与反馈管理。
帮助开发者在 VS Code 仓库中运行并筛选集成测试,区分不同测试类型。