Commit Graph
73433 Commits
Author SHA1 Message Date
Johannes Rieken 3b7fd575de 💄 dom 2020-09-07 14:18:44 +02:00
João Moreno 7d43f741c2 arm64 build pipeline 2020-09-07 14:17:14 +02:00
Benjamin Pasero 073b9c7ff5 Merge branch 'master' into ben/pinned-tabs-setting 2020-09-07 12:55:44 +02:00
Johannes Rieken 26545ec993 Merge branch 'master' into fix/x-overlap-text 2020-09-07 12:32:21 +02:00
Johannes Rieken 7b239ddf8a strict INotebookTextModel#cells and some more readonly-ness, https://github.com/microsoft/vscode/issues/105735 2020-09-07 12:26:09 +02:00
Benjamin Pasero 007fffe1e0 editors - expose "Close Editor Group" in command palette 2020-09-07 12:24:15 +02:00
Benjamin Pasero 183d11a642 editors - allow to save virtual documents (fix #101952) 2020-09-07 12:10:03 +02:00
Johannes Rieken ed9c404bf9 cleanup notebook argument processor, remove INotebookTextModel#handle and use uri instead, https://github.com/microsoft/vscode/issues/105735 2020-09-07 11:52:50 +02:00
Johannes Rieken 53ffabab80 debt - remove unused INotebookModelAddedData#handle 2020-09-07 11:52:50 +02:00
Benjamin Pasero b7d867716a menu - update context keys for some editor related commands
Save/Revert: enable if an editor is opened
Close: disable if no active editor
2020-09-07 11:37:51 +02:00
Jiaxun Wei b985f22caa fix #106213 2020-09-07 17:26:46 +08:00
Johannes Rieken 5716657298 Trusted Types - don't use innerHTML in CodeLensContentWidget 2020-09-07 11:04:46 +02:00
Benjamin Pasero 4a2b990be3 themes - first cut ColorScheme support (#105715) (#105716) 2020-09-07 10:25:10 +02:00
Johannes Rieken 5a2431a13f trusted types - use innerText for style assignment 2020-09-07 10:23:35 +02:00
Johannes Rieken f1df381f55 💄 remove unused code 2020-09-07 10:14:36 +02:00
Martin Aeschlimann e56f766fa9 Merge pull request #106061 from rchl/fix/json-language-features-docs
[json-language-features] Fix json/schemaAssociations parameters documentation
2020-09-07 01:09:59 -07:00
Martin Aeschlimann f0dea5ec85 improvements 2020-09-07 10:09:15 +02:00
Benjamin Pasero 64b79581cb 🆙 distro 2020-09-07 09:46:59 +02:00
Benjamin Pasero b6bb2189cd Merge pull request #106216 from microsoft/ben/sandbox-environment
Environment service cleanup for sandbox
2020-09-07 09:40:13 +02:00
Benjamin Pasero d0f6bd65aa Merge branch 'master' into ben/sandbox-environment 2020-09-07 08:43:24 +02:00
Benjamin Pasero 0de4890a28 🆙 chokidar@3.4.2 (#106212) 2020-09-07 08:42:29 +02:00
Benjamin Pasero 7458d313c3 debt - unset DYLD_LIBRARY_PATH before forking (#106211) 2020-09-07 08:40:41 +02:00
Benjamin Pasero baeae888a7 🆙 playwright@1.3.0 (#105740) 2020-09-07 08:39:05 +02:00
Daniel Imms b32258a6b4 Update distro 2020-09-06 19:23:42 -07:00
Daniel Imms a4befc3d68 Merge pull request #106203 from microsoft/tyriar/webgl
Hot swap support and force redraw on resume with webgl renderer
2020-09-06 19:20:48 -07:00
Daniel Imms fee2d3610c Support hot swap on webgl renderer
Fixes #85970
2020-09-06 19:08:34 -07:00
Daniel Imms ae71b56fc0 Clear webgl renderer texture on OS resume 2020-09-06 18:57:41 -07:00
Daniel Imms 47b0b0d2d5 xterm@4.9.0-beta.25, xterm-addon-webgl@0.9.0-beta.1
Part of #69665
2020-09-06 18:54:20 -07:00
Daniel Imms bf8b02801d Remove unwanted log 2020-09-06 15:19:26 -07:00
Daniel Imms 0d8cc5e56d Update distro 2020-09-06 15:03:10 -07:00
Daniel Imms 67f3411eb1 Merge pull request #106153 from microsoft/tyriar/link_disposal
Ensure terminal links get disposed with new xterm.js api
2020-09-06 15:00:10 -07:00
Mosh Feu a8c46c8550 Add padding to space the x button 2020-09-06 22:34:08 +03:00
Benjamin Pasero b1c1d6574c editors - add a setting to control pinned tabs sizing 2020-09-06 10:52:25 +02:00
Sandeep Somavarapu 6c797984fb update distro 2020-09-05 09:07:43 +02:00
Sandeep Somavarapu e8cf34521d remove remote web user data directory and use indexedDB in browser 2020-09-05 09:06:43 +02:00
Benjamin Pasero 512c9218db Merge branch 'master' into ben/sandbox-environment 2020-09-05 08:58:40 +02:00
Benjamin Pasero ed4c3c89c8 sandbox - more alignment to electron-browser 2020-09-05 08:53:36 +02:00
Daniel Imms 13ddf0e415 Remove useless var 2020-09-04 23:01:58 -07:00
Daniel Imms 5faa26d933 Optimize keydown/up events by only working on !repeat 2020-09-04 22:54:46 -07:00
Daniel Imms 206d764c6d xterm@4.9.0-beta.24 2020-09-04 22:38:43 -07:00
Daniel Imms 39fe88d86a Remove obsolete comment 2020-09-04 21:26:50 -07:00
Daniel Imms e4ab84bc61 Hide terminal hover when terminal is scrolled
Fixes #106148
2020-09-04 21:26:10 -07:00
Daniel Imms e2ebb60bce Fix terminal link disposal
Fixes #106150
2020-09-04 21:11:03 -07:00
Daniel Imms 892353d48e Support search workspace within terminal
Fixes #104769
2020-09-04 18:32:02 -07:00
Daniel Imms abc610bab9 Merge pull request #106134 from microsoft/tyriar/intersection_observer
Use intersection observer to hide hovers
2020-09-04 18:13:58 -07:00
Rachel Macfarlane 99f75760b5 Bump version 2020-09-04 15:39:51 -07:00
rebornix beab3b8767 DelayedEmitter 2020-09-04 11:09:24 -07:00
Connor Peet e4256dd1a0 debug: update js-debug 2020-09-04 10:55:53 -07:00
rebornix 1db0bcce79 baby step: pushEditOperations. 2020-09-04 10:24:13 -07:00
rebornix 313fb760fe make changeMetadata private 2020-09-04 10:02:30 -07:00