Skip to content

Commit f63653c

Browse files
authored
Custom instructions for typescript-node (#1368)
1 parent aebe655 commit f63653c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/typescript-node/.devcontainer/devcontainer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@
1717
// Add the IDs of extensions you want installed when the container is created.
1818
"extensions": [
1919
"dbaeumer.vscode-eslint"
20-
]
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+
}
2128
}
2229
},
2330

0 commit comments

Comments
 (0)