mirror of
https://github.com/xtermjs/xterm.js.git
synced 2026-01-25 16:03:36 +00:00
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "xterm.js",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:22-bookworm",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": 22
|
|
} // yarn
|
|
},
|
|
"forwardPorts": [
|
|
3000
|
|
],
|
|
"postCreateCommand": "npm install && npm run setup",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"editorconfig.editorconfig",
|
|
"hbenl.vscode-mocha-test-adapter"
|
|
]
|
|
}
|
|
}
|
|
}
|