Commit Graph
87435 Commits
Author SHA1 Message Date
Daniel Imms db3d7d5e4e Add a revive setting, refine when it's triggered 2021-09-16 09:25:29 -07:00
Daniel Imms 01d1dcbb00 Use correct env/conpty/unicode for revived proc 2021-09-16 09:06:08 -07:00
Daniel Imms c11c758396 Serialize only the normal buffer for session restore 2021-09-16 08:53:20 -07:00
Daniel Imms ece3da109a Merge remote-tracking branch 'origin/main' into tyriar/serialize_buffer 2021-09-16 07:27:49 -07:00
Sandeep Somavarapu 3c33989855 Merge pull request #133197 from lauraharker/unnecessary-escape
Remove useless escapes in string literals
2021-09-16 14:30:41 +02:00
Sandeep Somavarapu f29429cd2d #133173 do not use setImmediate 2021-09-16 14:23:41 +02:00
Benjamin Pasero 5b58c88945 editors - tweak indication of readonly/orphaned (#130526) 2021-09-16 14:16:43 +02:00
Benjamin Pasero ddcd01961e Locked groups: auto lock setting needs to suggest valid entries (#133225)
* Locked groups: auto lock setting needs to suggest valid entries (fix #131587)

* await whenInstalledExtensionsRegistered

* fix disposable
2021-09-16 13:52:11 +02:00
Benjamin Pasero a6bd8dd06c Moving an editor tab to a new group causes --wait to be released (fix #133124) 2021-09-16 12:26:09 +02:00
Martin Aeschlimann 57dde04b44 Can't read StatusBarItem.tooltip anymore. Fixes #133231 2021-09-16 11:57:26 +02:00
Benjamin Pasero 20d534bf68 status - tweak margins and paddings more 2021-09-16 11:16:05 +02:00
Sandeep Somavarapu da10782b86 #133222 potential fix 2021-09-16 09:58:20 +02:00
Rob Lourens 3616103a30 Improve between cell toolbar hover position.
This makes the entire area between cells activate the toolbar on hover
Fix #133205
2021-09-15 17:55:21 -07:00
Connor Peet 36e2d87f2b Merge pull request #133200 from microsoft/connor4312/binary-data-in-commands
commands: allow transferring arraybuffers/uint8arrays over commands
2021-09-15 17:10:23 -07:00
Connor Peet 35bba41595 commands: allow transferring arraybuffers/uint8arrays over commands 2021-09-15 17:09:21 -07:00
Connor Peet f19875d0fe fix: avoid creating unnecessarily long hover messages
Fixes https://github.com/microsoft/vscode-python/issues/17396
2021-09-15 17:07:42 -07:00
rebornix 747f9b98ea remove unused service. 2021-09-15 16:39:50 -07:00
rebornix d2290328a1 💄 2021-09-15 16:39:05 -07:00
rebornix 019da957a3 insert with index. 2021-09-15 16:38:01 -07:00
rebornix f5dcfe5e08 remove notebookEditor.createCell 2021-09-15 16:27:10 -07:00
Matt Bierner 4fcbe9449c Add support for cross file JS/TS intellisense in yarn web
Fixes #133199
2021-09-15 16:26:22 -07:00
Matt Bierner 8a912d57c3 Include in-memory in same implicit JS/TS project
Fixes #133195
2021-09-15 16:26:22 -07:00
Rob Lourens 9bb8c98d74 Add context key for notebookCellToolbarLocation 2021-09-15 16:15:51 -07:00
Laura Harker 9fcd30801b Fix additional unnecessary \: 2021-09-15 15:52:45 -07:00
Sandeep Somavarapu 9eb670f1c6 Fix #94203 2021-09-16 00:04:34 +02:00
rebornix 4a38425aca fix #132137. 2021-09-15 15:04:13 -07:00
Laura Harker ee3e13dad2 Fix additional unnecessary \: 2021-09-15 14:58:29 -07:00
Rob Lourens 2758ec6c8d Override icon foreground color for debug icon in notebooks 2021-09-15 14:58:12 -07:00
Laura Harker acb02a738c Remove unnecessary escapes
\$ and \- are equivalent to $ and - in string literals.
2021-09-15 14:41:41 -07:00
Daniel Imms 1324397c62 Update distro 2021-09-15 14:41:36 -07:00
rebornix 0926576dd2 fix #132815 2021-09-15 14:35:40 -07:00
Joyce Erandrebornix d4d04e556c Allow invoking kernel picker for inactive notebook given NotebookEditor in notebook.selectKernel command args (#132879)
* Allow invoking kernel picker for inactive notebook

`notebook.selectKernel` is now an API command that takes target `NotebookEditor` as an arg

* move select kernel command to extHost Kernel.

Co-authored-by: rebornix <penn.lv@gmail.com>
2021-09-15 14:35:02 -07:00
Daniel Imms 6b8d75bd3b xterm@4.15.0-beta.2
Includes an update to serialize addon.

Commit: a8a24eba515de6a46a4a1d1f7c81b8cfdd518179

Part of #132750
2021-09-15 13:51:20 -07:00
Sandeep Somavarapu a709473c6c pse fixes
- sort version target platforms
- do not include same version again
2021-09-15 21:41:00 +02:00
rebornix 68397ad06b avoid editor attachment when it is disposed. 2021-09-15 12:06:48 -07:00
rebornix a2183726c5 update cell editor options only when needed. 2021-09-15 12:06:43 -07:00
Sandeep Somavarapu 63504d9cfa fix #133178 2021-09-15 18:56:50 +02:00
Benjamin Pasero 19091ceccf debt - reduce some queues that seem not needed anymore (#133173) 2021-09-15 18:05:03 +02:00
Johannes Rieken 4bc07a016a remove unsed css-variable, https://github.com/microsoft/vscode/issues/129037#issuecomment-919785516 2021-09-15 17:37:13 +02:00
Benjamin Pasero 8de035e09d tests - remove only usage 2021-09-15 16:40:21 +02:00
Benjamin Pasero a91a307436 editors - drop the IEditorInput interface
There was a dangerous overlap with `IUntypedEditorInput`
2021-09-15 16:40:09 +02:00
Benjamin Pasero e87b5d4919 history - do not add entries to history on move unless present 2021-09-15 16:03:05 +02:00
Benjamin Pasero 9eb0b49ed4 history - special treatment for side by side editors 2021-09-15 15:53:36 +02:00
Daniel Imms 6d4c8326e2 Improve session restore message format 2021-09-15 06:04:03 -07:00
Sandeep Somavarapu 0b467ff148 support alpine arm64 target 2021-09-15 13:53:50 +02:00
Benjamin Pasero eca7184ef7 Double save then discard closes the new file and loose all changes (fix #133142) 2021-09-15 12:53:37 +02:00
deepak1556 f5b4405328 chore: bump electron@13.4.0
Fixes https://github.com/microsoft/vscode/issues/132609
Fixes https://github.com/microsoft/vscode/issues/132455
Fixes https://github.com/microsoft/vscode/issues/132238
2021-09-15 02:31:20 -07:00
Benjamin Pasero d3ac6b8d26 Allow to position status items relative to others (#133144)
* status - allow an entry to reference another entry for positioning

* rename

* fix compile

* have compact form support

* respect compactness
2021-09-15 11:21:07 +02:00
Benjamin Pasero 129e62c989 storage - do not fail state access for extensions (#132777) (#133071) 2021-09-15 07:34:54 +02:00
Matt Bierner 0c83ca1ced Re-render notebook output cells when workspace trust changes
Fixes #131579
2021-09-14 16:56:42 -07:00