mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Diff: 2117005...9169108
Changes:
- Scroll bubbling
- Minor parser extensibility bugs
- Add repo field to addons
- CoreMouseService
- Bump mixin-deep and webpack deps
- Don't scroll down when alt clicking
Fixes #80496
Part of #80427
14 lines
314 B
JSON
14 lines
314 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": "3.15.0-beta107",
|
|
"xterm-addon-search": "0.2.0-beta5",
|
|
"xterm-addon-web-links": "0.1.0-beta10"
|
|
}
|
|
}
|