mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 23:52:32 +00:00
77b3c29911
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
34 lines
941 B
JSON
34 lines
941 B
JSON
{
|
|
"name": "vscode-reh",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@microsoft/applicationinsights-web": "^2.1.1",
|
|
"applicationinsights": "1.0.8",
|
|
"cookie": "^0.4.0",
|
|
"graceful-fs": "4.1.11",
|
|
"http-proxy-agent": "^2.1.0",
|
|
"https-proxy-agent": "^2.2.1",
|
|
"iconv-lite": "0.5.0",
|
|
"jschardet": "1.6.0",
|
|
"native-watchdog": "1.0.0",
|
|
"node-pty": "0.9.0-beta19",
|
|
"nsfw": "1.2.5",
|
|
"onigasm-umd": "^2.2.2",
|
|
"semver-umd": "^5.5.3",
|
|
"spdlog": "^0.9.0",
|
|
"vscode-chokidar": "2.1.7",
|
|
"vscode-minimist": "^1.2.1",
|
|
"vscode-proxy-agent": "0.4.0",
|
|
"vscode-ripgrep": "^1.5.6",
|
|
"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",
|
|
"yauzl": "^2.9.2",
|
|
"yazl": "^2.4.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"vscode-windows-ca-certs": "0.1.0",
|
|
"vscode-windows-registry": "1.0.2"
|
|
}
|
|
}
|