mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
Diff: 6211dcd...ea922fe
Changes:
- v4.0.1 changes and addon updates (no impact for code)
- Print char codes when logging
- Improve build step
- Fix NPE when open called twice
- Fix readme typo
- Use more constants in Keyboard.ts
- write enhancements (since method, callback)
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "vscode-web",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-web": "^2.1.1",
|
|
"onigasm-umd": "^2.2.2",
|
|
"semver-umd": "^5.5.3",
|
|
"vscode-textmate": "^4.2.2",
|
|
"xterm": "4.1.0-beta8",
|
|
"xterm-addon-search": "0.2.0",
|
|
"xterm-addon-web-links": "0.2.0"
|
|
}
|
|
}
|