Commit graph

81262 commits

Author SHA1 Message Date
Benjamin Pasero 73688e7b40
🆙 windows-foreground-love@0.4.0 2021-05-03 13:38:44 +02:00
Benjamin Pasero 8a49aa7fec
🆙 jschardet@3.0.0 2021-05-03 13:38:36 +02:00
Benjamin Pasero b8419bb885
🆙 graceful-fs@4.2.6 2021-05-03 13:38:25 +02:00
Benjamin Pasero 89731c8205
Remove shell environment patching in the renderer (fix #108804) 2021-05-03 13:31:35 +02:00
Benjamin Pasero 16baed2dd4
:chore: - adopt some Electron 12 API
- async trash item
- exit code on renderer crash
2021-05-03 11:02:35 +02:00
Benjamin Pasero 317a9388d4
ux - convert some notifications to dialogs
//cc @isidorn
2021-05-03 10:58:53 +02:00
Benjamin Pasero 28f8afb97f
electron - stop delaying the quit method artifically 2021-05-03 10:55:53 +02:00
Benjamin Pasero 51ed283cc5
:chore: some code cleanup
- use readonly for static ids
- prefer undefined over null in my code
- remove some obsolete todos
- do not require Promise from action.run()
2021-05-03 10:53:26 +02:00
isidor b0334d2c19
fixes #122834 2021-05-03 10:53:21 +02:00
Benjamin Pasero 66c3c135b3
compare with - stop using editor override hack 2021-05-03 10:41:21 +02:00
Benjamin Pasero bc6fd0a8ab
web - stop using window.localStorage 2021-05-03 10:20:36 +02:00
Benjamin Pasero e475cf038b
state service - allow multiple setItems at once 2021-05-03 09:43:55 +02:00
Ladislau Szomoru 678330a9ec
Expand capabilities of canSetWorkspaceTrust 2021-05-03 09:09:46 +02:00
Martin Aeschlimann dc8bd9cd7e
Merge pull request #121941 from plankp/main
Add pattern matching 'in'
2021-05-02 15:07:32 -07:00
Martin Aeschlimann 174c9e46e2 ThemeMainService: update window background color 2021-05-02 23:15:12 +02:00
Matt Bierner dfb22d172f
Only disable onbeforeunload if using iframe based webviews
Fixes #122818
2021-05-02 13:02:36 -07:00
Ladislau Szomoru 3edce10f20
Cleanup modal property from proposed api 2021-05-02 14:22:41 +02:00
Ladislau Szomoru 119055dec7
Remove workspace trust soft notification code from core 2021-05-02 14:09:30 +02:00
Ladislau Szomoru 44b97e05b7
Merge branch 'lszomoru/extensionSupportCompletionProvider' 2021-05-02 10:34:08 +02:00
Ladislau Szomoru b7b095cdf6
Cleanup code 2021-05-02 09:42:27 +02:00
Matt Bierner c8bd5b211a
Enable infer function return type for 4.3+
Fixes #122781
2021-05-01 00:06:23 -07:00
Rob Lourens 8d1d9bc1b6 Add Reload Window to disconnected remote indicator menu
github/codespaces#2659
2021-04-30 18:37:50 -07:00
Matt Bierner ee24dbfc6c
Document new behavior of postMesage on VS Code 1.57+ 2021-04-30 17:26:42 -07:00
Matt Bierner 18a986bef5
Fixing array buffer serialization
Fixes #115807
2021-04-30 17:05:07 -07:00
rebornix 1cce707eb8
Merge branch 'notebook/dev' into main 2021-04-30 14:42:51 -07:00
rebornix 7da0243ca9
fix #120284 2021-04-30 14:42:13 -07:00
rebornix 6196ad1d14
fix navigate previous on start. 2021-04-30 14:42:13 -07:00
rebornix 55067ece9a
extract notebook find model and support content update research. fix #112748. 2021-04-30 14:42:13 -07:00
rebornix c63564b531
fix #122589 2021-04-30 14:42:10 -07:00
Matt Bierner 88089f2ddd
Remove debug attr 2021-04-30 13:49:45 -07:00
Matt Bierner dee149aebe
Try to block webviews from cancelling unloads
For #122736

With iframe based webviews on desktop, cancelling an unload by setting `returnValue` prevents the entire window from being unloaded.

This change attempts to block webviews from cancelling unloads by overwriting the `onbeforeunload` event and `beforeunload` events. This blocking is not supposed to be perfect, just to prevent the most common patterns
2021-04-30 13:45:06 -07:00
Tyler Leonhardt ede914800c
don't escape quick input validation message (#120593) 2021-04-30 13:25:51 -07:00
Logan Ramos 059f2cf45f
Ensure that notebook cell URIs work (#122746) 2021-04-30 14:43:24 -04:00
Logan Ramos 2285f87934
Fix incorrect active editor matching 2021-04-30 12:52:15 -04:00
Rob Lourens b68a820544 Clear cell error state when clearing all outputs
Fix #122645
2021-04-30 09:38:14 -07:00
Johannes Rieken c7ef33f67e
update my-work to May 2021-04-30 17:28:53 +02:00
Johannes Rieken b17b808870
add 'notebookKernelSelected' context 2021-04-30 17:25:11 +02:00
Johannes Rieken 2f5fb0fe0c
Merge branch 'joh/next' into main 2021-04-30 16:54:32 +02:00
Tyler James Leonhardt b34cff7e05
Update package.json 2021-04-30 07:49:27 -07:00
Daniel Imms 631dbe250b
Merge pull request #122730 from microsoft/tyriar/121282
Ensure non-selected tab actions apply to correct instance
2021-04-30 07:42:16 -07:00
Johannes Rieken 8f8634b774
💄 don't use object as map 2021-04-30 15:13:07 +02:00
Daniel Imms 166d7fe44d Ensure inline action applies to terminal out of selection
Fixes #121282
2021-04-30 06:12:53 -07:00
Johannes Rieken bc52e4d986
more inlay... 2021-04-30 14:59:25 +02:00
Daniel Imms 921203d98a Revert "Use a menu instead of hard coding actions in tabsWidget (#122461)"
This reverts commit f727e50c1a.
2021-04-30 05:54:45 -07:00
Johannes Rieken a1e69b746f
rename InlineHint to InlayHint, make it InlayHint only and keep OverlayHint as a future, separate feature, remove hover message 2021-04-30 14:51:40 +02:00
Johannes Rieken 1ed6862c3e
more insights when execution integration tests fail 2021-04-30 14:16:00 +02:00
Benjamin Pasero e1a46ca69b
fix #122699 (#122712)
* fix #122699

* add tests
2021-04-30 08:01:54 -04:00
Alex Dima 6449b6b725
Fixes #122714: Guard against negative numbers around indentation 2021-04-30 11:11:38 +02:00
Alex Ross f2878212f7
Listen for workspace trust when upgrading tasks
Fixes #122535
2021-04-30 11:00:46 +02:00
João Moreno 42cf2286c7
fixes microsoft/vscode-remote-release#4970 2021-04-30 10:26:00 +02:00