Commit Graph

89088 Commits

Author SHA1 Message Date
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 Er 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
Matt Bierner 4f5fdbfd60 Move preloadsAndErrors into rerenderOutputCell 2021-09-14 16:36:54 -07:00
Matt Bierner eb1b1607ae Move rerenderOutputCell into view model 2021-09-14 16:36:53 -07:00
Matt Bierner 840f65bcfb Don't add multiple resize observers 2021-09-14 16:36:53 -07:00
Matt Bierner 4c78259529 Revert 75e1fa6c43
Fixes #132741

Let's keep the outline extensible. Instead, a markdown extension could contribute support for the syntax in the original issue in #131427
2021-09-14 16:36:53 -07:00
Matt Bierner 5e848f753c Move rendering into OutputNode
This logic is pretty complicated and could benefit from refactoring. As a first step, just move this into a method
2021-09-14 16:36:52 -07:00
Matt Bierner 06bd68fce4 Extract outputNode class 2021-09-14 16:36:52 -07:00
Matt Bierner ceaa89133f Add output container class
Trying to better organize these structures
2021-09-14 16:36:52 -07:00
meganrogge 603b7edda6 extract into helper 2021-09-14 16:15:14 -07:00
meganrogge 7f8a0be4e6 Fix #133126 2021-09-14 16:06:40 -07:00
Alexandru Dima 55061e31e2 Merge pull request #132584 from utajum/main
Minimap - highlight all instances of selected word
2021-09-14 23:41:08 +02:00
Matt Bierner 0db5f55854 Unskip two webview tests
These reliably pass locally for me
2021-09-14 14:29:55 -07:00
Matt Bierner 9e5ee5521a Pick up new TS version for building VS Code
Fixes a few instances of `Promise.all` and also adds an any cast to workaround an issue
2021-09-14 14:24:53 -07:00
Matt Bierner 7a3bcd2d1d Spelling 2021-09-14 14:24:53 -07:00
Matt Bierner b4b591213d Pick up TS 4.4.3 2021-09-14 14:24:52 -07:00
meganrogge 6ffb841ede fix #133103 2021-09-14 13:35:56 -07:00
Alex Dima a07fdad610 Stop looping over line content when the minimap width is hit 2021-09-14 21:58:07 +02:00
Alex Dima e453afd734 Improve rendering speed by avoiding looking at actual characters when rendering certain decorations in the minimap 2021-09-14 21:50:14 +02:00
Alex Dima fa4c180a0a Make sure the find matches are always on top of the selection highlights 2021-09-14 21:17:06 +02:00
Alex Dima fe0d27212e Optimize rendering and respect the zIndex for decorations in the minimap 2021-09-14 21:16:40 +02:00
daviddossett fc69d434fb Update distro 2021-09-14 11:27:39 -07:00
meganrogge ea236e60d1 don't show folder name for current workspace terminals 2021-09-14 11:20:44 -07:00