We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebe655 commit f63653cCopy full SHA for f63653c
src/typescript-node/.devcontainer/devcontainer.json
@@ -17,7 +17,14 @@
17
// Add the IDs of extensions you want installed when the container is created.
18
"extensions": [
19
"dbaeumer.vscode-eslint"
20
- ]
+ ],
21
+ "settings": {
22
+ "github.copilot.chat.codeGeneration.instructions": [
23
+ {
24
+ "text": "This dev container includes the TypeScript compiler (`tsc`) pre-installed and available on the `PATH` for TypeScript development."
25
+ }
26
+ ]
27
28
}
29
},
30
0 commit comments