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
2022-11-09Pick up latest TS for building vscode (#165875)Matt Bierner
2022-11-08Bump loader-utils from 1.4.0 to 1.4.1 (#165770)dependabot[bot]
2022-11-08Include JS files in XLF creation for extensions (#165774)Tyler James Leonhardt
* Bumps @vscode/l10n-dev to a version that supports JS files * Pulls in JS files (and TSX & JSX) in addition to TS to account for scenarios like Emmet which pulls in @vscode/emmet-helper as an npm package
2022-11-05Pick up latest TS for building VS Code (#165562)Matt Bierner
2022-11-01Pick up latest TS for building VS Code (#165104)Matt Bierner
* Pick up latest TS for building VS Code * Pick up latest node typings * Bump node types
2022-10-28chore: update electron@19.1.3 (#164864)Robo
2022-10-25Pick up latest TS for building VS Code (#164523)Matt Bierner
2022-10-22Update xterm.jsDaniel Imms
Fixes an issue where decorations could cause dropped frames
2022-10-21update playwright (#164238)Johannes Rieken
2022-10-21bump deemon (#164224)João Moreno
2022-10-19Update xterm.jsDaniel Imms
Fixes #163448
2022-10-19Pick up latest TS for building VS Code (#164044)Matt Bierner
2022-10-19Reapply and fix xterm update (#164019)Daniel Imms
* Revert "Revert "Update xterm.js" (#164002)" This reverts commit 462ecfab5383cec85e5bcf47d84ba098ce4dcba7. * Adopt xterm internal API change See xtermjs/xterm.js#4207
2022-10-19update @vscode/test-web (#164021)Martin Aeschlimann
2022-10-19Revert "Update xterm.js" (#164002)Alexandru Dima
2022-10-19xterm@5.1.0-beta.35meganrogge
2022-10-13Merge branch 'main' into tyriar/xterm3Daniel Imms
2022-10-13Improvements to i18n (#163372)Tyler James Leonhardt
* remove dead code from Transifex * use @vscode/l10n-dev for XLF operations for extensions * generated files * more generated files * remove dead code * move l10n-dev to where gulp is * generated
2022-10-12Pick up latest TS for building VS Code (#163375)Matt Bierner
2022-10-10Update xterm.jstyriar/xterm3Daniel Imms
- Create onSpecificOptionChange and onMultipleOptionChange helpers xtermjs/xterm.js#4195 - Fix demo again xtermjs/xterm.js#4193 - Switch to Ubuntu 20.04 xtermjs/xterm.js#4192 - Fix clearTextureAtlas call as implemented on IRenderer xtermjs/xterm.js#4180 - Create theme service xtermjs/xterm.js#4188 - Ensure stale bitmap is not used when drawing new characters xtermjs/xterm.js#4189 - Lint rule for on=event emitter and rename all methods with on prefix to handle xtermjs/xterm.js#4187 - Fix a bunch of memory retention problems xtermjs/xterm.js#4185
2022-10-08xterm-addon-webgl@0.14.0-beta.20 (#163021)Megan Rogge
xterm-addon-webgl@0.14.0-beta.20 Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-10-07Update xterm.jsDaniel Imms
2022-10-07Pick up latest versions of eslint (#162896)Matt Bierner
2022-10-06Merge pull request #162855 from microsoft/tyriar/xterm2Daniel Imms
Update xterm.js
2022-10-06Pick up latest TS version for building VS Code (#162786)Matt Bierner
Pick up latest TS for building VS Code
2022-10-06Update xterm againDaniel Imms
This includes a revert to event refactor which will fix vscode's internal access. It was going to be reverted anyway.
2022-10-06Update xterm.jsDaniel Imms
- Bump copyright year xtermjs/xterm.js#4176 - Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170 - Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169 - Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168 - Create new event with emitter object to simplify code xtermjs/xterm.js#4166 - Define all events and emitters consistently xtermjs/xterm.js#4165 - Inline dirty row service into input handler xtermjs/xterm.js#4163 - Move w objects to $ prefix variables xtermjs/xterm.js#4162 Fixes #158984 Fixes #158874
2022-09-29Update xtermDaniel Imms
- Fixes a performance regression related to microtasks - Fixes trusted types error breaking DOM renderer Fixes #161970
2022-09-27Update xtermDaniel Imms
- Fix priority task queue and idle callback fallback xtermjs/xterm.js#4155 - Remove queuemicrotask polyfill xtermjs/xterm.js#4154 - Fix repetitive microtask problem xtermjs/xterm.js#4153
2022-09-26Update xtermDaniel Imms
- Optimize critical I/O path for input latency xtermjs/xterm.js#4145 - Add PriorityTaskQueue xtermjs/xterm.js#4144 - Use the browser's IdleDeadline to determine max task time xtermjs/xterm.js#4143 - Defer paused renderer resize to idle callback xtermjs/xterm.js#4142 - Do char atlas warmup via new IdleTaskQueue xtermjs/xterm.js#4141 - Share rgba vars throughout Color.ts, fast setTheme parseColor xtermjs/xterm.js#4140 - Optimize contexts for reading frequently xtermjs/xterm.js#4137 - Fix width of upper 1/8 block char xtermjs/xterm.js#4134 Fixes #161323
2022-09-23Update xtermDaniel Imms
Main change is warm up of char atlas is performed on an idle frame
2022-09-22Pick up latest TS for building VS Code (#161426)Matt Bierner
2022-09-21:up: `playwright` even more (#161374)Benjamin Pasero
2022-09-21tests - update `playwright` (#161367)Benjamin Pasero
2022-09-16Pick up latest notebook renderer API typings (#161135)Matt Bierner
2022-09-16Pick up latest TS nightly for building VS Code (#161127)Matt Bierner
2022-09-16Merge pull request #161012 from microsoft/tyriar/xterm5_updateDaniel Imms
xterm@5
2022-09-16chore: update electron@19.0.17 (#161027)Robo
* chore: update electron@19.0.17 * chore: update API typings * fix: compilation errors * build: add libcups dependency
2022-09-15xterm@5tyriar/xterm5_updateDaniel Imms
2022-09-13Fix xterm-headless versiontyriar/xtermDaniel Imms
2022-09-12xterm@5.0.0-beta.60Daniel Imms
Fixes #157585
2022-09-12Update windows-process-tree (#160545)Raymond Zhao
2022-09-10Pick up latest TS nightly for building VS Code (#160560)Matt Bierner
2022-09-02Update xterm.jsDaniel Imms
Main change: xtermjs/xterm.js#3992
2022-08-31Merge branch 'main' into joh/swcJohannes
2022-08-30Update xterm webgl addontyriar/osc_hyperlinkDaniel Imms
Fixes #39278
2022-08-30Working OSC hyperlinksDaniel Imms
Part of #39278
2022-08-30update `swc`Johannes
2022-08-30Merge branch 'main' into joh/swcJohannes
2022-08-30Re-enable running our eslint rules using ts-node (#159495)Matt Bierner
Resubmission of #157532 with the following changes: - Use `eslint-plugin-local` instead of `yarn` link to run our plugins - Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`) - Update all names to `local/`