skills-copilot-codespaces-vscode #394
Unanswered
Saranya-max-ux
asked this question in
Code with Copilot
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
devcontainer/devcontainer.json
{
// Name this configuration
"name": "Codespace for Skills!",
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot"
]
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions