【发布时间】:2023-02-08 07:57:53
【问题描述】:
每次我在 VS Code 中开发时,我都想使用 Github Copilot 扩展,即使我已经在 Dev Container 中打开了一个项目。现在,每次打开 Dev Container 时,我都必须在每个项目中手动安装 Copilot。
我知道我可以在 devcontainer.json“扩展”列表中指定“Github.copilot”,但这些不是我的项目,所以我想要一个可以为我启用它但不会强加给其他人的解决方案。
【问题讨论】:
标签: vscode-extensions vscode-remote vscode-devcontainer github-copilot