mirror of
https://github.com/Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-exituser.git
synced 2026-09-17 03:09:02 +00:00
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
// Name this configuration
|
|
"name": "Codespace for Skills!",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"GitHub.copilot"
|
|
]
|
|
}
|
|
}
|
|
} |