mirror of
https://github.com/xtermjs/xterm.js.git
synced 2026-01-25 16:03:36 +00:00
This lets users using VS Code/Docker avoid installing node and the C++ dependencies necessary for running xterm.js.
10 lines
178 B
JSON
10 lines
178 B
JSON
{
|
|
"name": "xterm.js",
|
|
"dockerFile": "Dockerfile",
|
|
"appPort": 3000,
|
|
"extensions": [
|
|
"editorconfig.editorconfig",
|
|
"ms-vscode.vscode-typescript-tslint-plugin"
|
|
]
|
|
}
|