mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["ms-vscode.js-debug-nightly"]
|
|
}
|
|
}
|
|
}
|