1
0
forked from eoeair/cenv
cenv/Program/js/.devcontainer/devcontainer.json

14 lines
360 B
JSON
Raw Normal View History

2024-12-06 20:03:07 +08:00
// For format details, see https://aka.ms/devcontainer.json.
// For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "JS",
2024-12-06 20:03:07 +08:00
"image": "docker.io/ben0i0d/cenv:js",
// Configure vscode-extensions.
"customizations": {
"vscode": {
"extensions": ["ms-vscode.vscode-typescript-next"]
}
}
}