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

14 lines
360 B
JSON

// 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",
"image": "docker.io/ben0i0d/cenv:js",
// Configure vscode-extensions.
"customizations": {
"vscode": {
"extensions": ["ms-vscode.vscode-typescript-next"]
}
}
}