Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-15xterm@4.2.0-beta8Daniel Imms
Diff: https://github.com/xtermjs/xterm.js/compare/84b56b7...cbb79a7 - Tests/doc change - alt+up/down fix for mac
2019-10-08Update xterm and xterm searchDaniel Imms
Diff: https://github.com/xtermjs/xterm.js/compare/ea922fe...84b56b7 xterm@4.2.0-beta4 - Fix Windows demo - TS 3.6 - Cmd+arrow shouldn't print anything - Release 4.1 - Throw when open is called before attach - Throw when infinity/nan is passed to resize - Use set cursor style for blurred appearance (Fixes #67410) xterm-addon-search@ - Fix search not revealing line below viewport (Fixes #82106)
2019-10-08Remove applicationinsights-web dependencyRachel Macfarlane
2019-09-26xterm@4.1.0-beta8Daniel Imms
Diff: https://github.com/xtermjs/xterm.js/compare/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)
2019-09-11xterm@4.0.0Daniel Imms
Diff: https://github.com/xtermjs/xterm.js/compare/9169108...6211dcd Changes: - Releasing v4 - Doc updates - Fix sourcemaps in demo
2019-09-09xterm@3.15.0-beta108Daniel Imms
Brings in the fix for alt click, missed in last update Fixes #80496
2019-09-06xterm@3.15.0-beta107Daniel Imms
Diff: https://github.com/xtermjs/xterm.js/compare/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
2019-08-29web - ensure deps are in sync with mainBenjamin Pasero
2019-08-12Use application insights module, #78475, fixes #78840Rachel Macfarlane
2019-08-09Revert "Use application insights module instead of script tag, fixes ↵Rachel Macfarlane
https://github.com/microsoft/vscode/issues/78475" This reverts commit 803e140a230c85f0329154d1f2fdbb971082d1df.
2019-08-09Use application insights module instead of script tag, fixes ↵RMacfarlane
https://github.com/microsoft/vscode/issues/78475
2019-07-18Use semver-umd everywhereSandeep Somavarapu
2019-07-17Use semver umd moduleSandeep Somavarapu
2019-07-14web - add buildBenjamin Pasero