$ 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.帮助用户从精选列表或 GitHub 仓库安装 Codex 技能到本地环境。