Commit graph

79761 commits

Author SHA1 Message Date
João Moreno 7c3f60f86e
multiple action hover feedback fixes
fixes #120745
2021-04-08 11:57:32 +02:00
Johannes Rieken 5ffc27fb62
log error when vscode.workspace.applyEdit fails, https://github.com/microsoft/vscode/issues/120760#issuecomment-815602556 2021-04-08 11:30:30 +02:00
Johannes Rieken 38fed24355
make auto-referencing of dirty notebook models simpler and lighter 2021-04-08 11:10:44 +02:00
deepak1556 9a8d55525d fix: skip sha comparison for info.plist 2021-04-08 01:31:18 -07:00
Benjamin Pasero a41711cab5
Windows: --user-data-dir argument no longer supports relative paths (fix #120269) 2021-04-08 09:25:44 +02:00
Benjamin Pasero 44207598e9
sandbox - properly await fs creation 2021-04-08 09:07:19 +02:00
Benjamin Pasero 75da2b7add
sandbox - wire in paths from main side 2021-04-08 09:00:27 +02:00
Benjamin Pasero de3aca7a53
Revert "Add badclient telemetry property"
This reverts commit e5ef9895b6.
2021-04-08 08:03:54 +02:00
meganrogge 1a14142330 remove empty line 2021-04-07 20:22:51 -07:00
meganrogge 71d57e05dc copy directly from master 2021-04-07 20:20:36 -07:00
meganrogge 966eea3927 🧹 2021-04-07 20:18:59 -07:00
meganrogge 2a9e136e1b revert more changes to settings 2021-04-07 20:14:35 -07:00
meganrogge 77d5d2c7c2 revert some changes 2021-04-07 20:13:13 -07:00
meganrogge 494536b12e find widget 2021-04-07 19:46:25 -07:00
meganrogge 0b89eae87f add a bunch of stuff from terminalView 2021-04-07 19:35:23 -07:00
meganrogge 2c77e72f8b add or remove view depending on showTabs 2021-04-07 19:13:02 -07:00
meganrogge e6c32c3d74 create issue to track indent guides todo 2021-04-07 19:07:20 -07:00
meganrogge d228dbc70a use TerminalTab 2021-04-07 19:05:25 -07:00
Matt Bierner e5ef9895b6
Add badclient telemetry property
TS will now notify us if it thinks the error was caused by the client instead of by a server error
2021-04-07 18:49:06 -07:00
Matt Bierner 513f207296
Don't overwrite perf value
I see this happening when you have a split notebook open and then reload VS Code
2021-04-07 17:59:22 -07:00
Matt Bierner 5207b98402
Update JS/TS grammars 2021-04-07 17:45:59 -07:00
rebornix 74a43ce149
Merge branch 'notebook/dev' into main 2021-04-07 17:34:21 -07:00
rebornix f593c51567
better perf marks. 2021-04-07 17:31:02 -07:00
Daniel Imms 3241e1ad24
Improve tabbed view size ranges
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-04-07 16:08:59 -07:00
Daniel Imms c492147a5b
Simplify instance node
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-04-07 15:44:13 -07:00
Rob Lourens 5b6f939eb2 Don't remove the textmodel when closing the notebook editor, and cleanup how the textmodel ref is created
Fix #117936 more
2021-04-07 15:39:07 -07:00
Daniel Imms 5bcbaa2d82
Rerender tabs on title change event
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-04-07 15:37:58 -07:00
Andre Weinand 3222bd6698
revert to node-debug@1.44.20 2021-04-08 00:28:20 +02:00
Daniel Imms 6846fee42f
Prevent disposable store exception
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-04-07 15:25:50 -07:00
meganrogge e6bf0c5861 feedback 2021-04-07 15:25:24 -07:00
Matt Bierner d05ded6d3b
Use service workers for loading webview resources on desktop (#120654)
This switches us from using a custom protocol to using a service worker to load resources inside webviews. Previously we had only been using service workers on web (since custom protocols are not supported on web). The service worker based approach is much cleaner to than our custom protocol work and lets us avoid some extra roundtrips between the main process and the renderer

We were previously blocked from using service workers on desktop due to an electron issue. However this has now been resolved
2021-04-07 15:14:56 -07:00
meganrogge b4fe86328a add some more checks 2021-04-07 14:52:08 -07:00
CanadaHonk 4f55d8181b
Fix JSON formatting in High Contrast Black default theme 2021-04-07 22:08:21 +01:00
Matt Bierner c19bae2dfc
Pick up TS 4.2.4 2021-04-07 12:58:43 -07:00
Logan Ramos fe106399c1
Make splitting respect supportMultipleDocument (#120263)
* Make splitting respect supportMultipleDocument

* Make split move the unsupported editor in the direction of the split

* Make it always split an empty group if the editor doesn't support splitting
2021-04-07 15:57:40 -04:00
Matt Bierner bb6757bfc6
Pick up electron 11.4.2 (#120670)
* Pick up electorn 11.4.2

This brings in the service worker support required for #120654

* Update cgmanifest
2021-04-07 12:48:34 -07:00
Matt Bierner 73ae56b82b
Build with latest TS nightly (#120690)
* Pick up new TS 4.3

Also tests adding override keywords for extensions as part of #120675

* Update to daily TS and workaround TS 4.3 issue

Works around https://github.com/microsoft/TypeScript/issues/43578
2021-04-07 12:19:05 -07:00
meganrogge ca0a583a1b 🧹 2021-04-07 12:01:56 -07:00
meganrogge b116dceb47 Merge branch 'main' into merogge/tabs2 2021-04-07 11:44:53 -07:00
Logan Ramos 8d235ef07c
Fix #120614 2021-04-07 14:44:24 -04:00
meganrogge c2075cd2a9 revert some changes 2021-04-07 11:44:14 -07:00
meganrogge aecaf0a6ac get widget to work 2021-04-07 11:13:53 -07:00
Daniel Imms 95c63b68e9
Support env in terminal profiles
Fixes #120366
2021-04-07 11:06:19 -07:00
meganrogge c2269e6f64 get terminal container to show up 2021-04-07 10:54:45 -07:00
rebornix 967a33b6e2
fix code cell output offset flickering caused by wrong font update. 2021-04-07 10:45:35 -07:00
Connor Peet 28298795b1
debug: update debuggers, fix node not activating 2021-04-07 10:44:32 -07:00
rebornix 5c12763dbe
adopt toggled.title. 2021-04-07 10:12:38 -07:00
rebornix 1db8a625c2
fix #120603. 2021-04-07 10:12:15 -07:00
Daniel Imms 74351e8f09
Remove processBinary from localTerminalService
This is handled in LocalPty
2021-04-07 10:02:54 -07:00
Daniel Imms 970b14808c
Update distro 2021-04-07 10:00:08 -07:00