added copilot

This commit is contained in:
2023-12-19 14:32:27 +00:00
committed by GitHub
parent 30c63fbaf6
commit 7ca3689f3c
+11
View File
@@ -0,0 +1,11 @@
{
// Name this configuration
"name": "Codespace for Skills!",
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot"
]
}
}
}