mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
Diff: 6311076...d9f58c0
- Tests
- Fix lgtm alerts
- Properly export viewport range in API
- Warn on unattached open, don't throw. Fixes #83016
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"name": "vscode-web",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"onigasm-umd": "^2.2.2",
|
|
"semver-umd": "^5.5.3",
|
|
"vscode-textmate": "^4.2.2",
|
|
"xterm": "^4.2.0-beta24",
|
|
"xterm-addon-search": "0.3.0-beta10",
|
|
"xterm-addon-web-links": "0.2.1"
|
|
}
|
|
}
|