Commit graph

82916 commits

Author SHA1 Message Date
Benjamin Pasero 70418f0ace
editors dnd - fix untitled transfer 2021-05-27 10:37:53 +02:00
Benjamin Pasero bba59424f5
Merge branch 'main' into ben/better-dnd 2021-05-27 10:13:56 +02:00
Benjamin Pasero 367a0b809a
editors dnd - towards allowing any untyped editor input 2021-05-27 10:13:37 +02:00
Ladislau Szomoru 6ba7093a8a
Fix window/folder/workspace terminology for status bar entry and banner 2021-05-27 09:47:49 +02:00
jeanp413 9638534dd5 Fixes #124735 2021-05-27 02:27:12 -05:00
Martin Aeschlimann c1d4497a31
Merge pull request #124664 from microsoft/aeschli/dart
dart as built-in language
2021-05-27 08:36:05 +02:00
rebornix 1082913dd0 fix config default value. 2021-05-26 23:33:57 -07:00
Benjamin Pasero 433c801dcc
editors dnd - some more cleanup 2021-05-27 08:24:36 +02:00
Benjamin Pasero cbbdb17b80
editors dnd - rework to allow to set contents to untyped editors 2021-05-27 08:12:22 +02:00
Ikko Ashimine b5b059d2e2
fix typo in files.ts (#124693)
* fix typo in files.ts

occured -> occurred

* fix typos
2021-05-27 07:34:17 +02:00
Benjamin Pasero 5eec3c86e3 smoke test - disable experiments 2021-05-27 07:30:23 +02:00
Harald Kirschner 85d8f223c7 Remove keymaps from getting started walkthrough
Most keymaps are covered by extension recommendations.
2021-05-26 20:52:30 -07:00
Matt Bierner 02968bc250 Call post message to all parent clients
Fixes #124246

With certain webviews (specifically ones that use frameworks like vue I believe), we end up with two client that both are under `index.html`. This is unexpected since we usually have one under `index.html` and one under `fake.html`

If we happen to pick the wrong one when posting messages, the messages are never deliverred and we simply timeout for all the requests

The fix here is to post the message to all of the potentially matching clients. This should only actually be handled by a single client
2021-05-26 19:46:39 -07:00
Jackson Kearl 1fd2b4ed1e
Rename keys and support full context key expressions for check offs 2021-05-26 17:51:15 -07:00
Jackson Kearl 14b31425b9
Fix #124531 2021-05-26 17:45:13 -07:00
rebornix bfb94c85fa fix build. 2021-05-26 17:03:09 -07:00
rebornix c95af9ae46 fix build. 2021-05-26 17:02:26 -07:00
rebornix 8519a42c5f notebook options respond to view type specific cell toolbar position. 2021-05-26 16:51:41 -07:00
SteVen Batten e3c8ff5784 try showing the banner only after some files have been opened 2021-05-26 16:23:53 -07:00
Connor Peet 561b836400
testing: fix hidden tests not being un-hidable
Fixes #124544
2021-05-26 16:01:00 -07:00
rebornix ade83f0589 update context based on outputs. 2021-05-26 15:58:10 -07:00
Connor Peet 574696980c
notebooks: update state of messaging spec internally 2021-05-26 15:25:12 -07:00
Connor Peet c4fda24034
testing: fix terminal being shown inappropriately, use beaker 2021-05-26 15:25:12 -07:00
Alex Dima 0feee9edef
Remove instanceof check 2021-05-26 23:40:24 +02:00
Alexandru Dima 641c2b175c
Merge pull request #124707 from microsoft/alex/ghost-text
ghost text updates
2021-05-26 23:14:24 +02:00
rebornix e0a52df169 Merge branch 'notebook/dev' into main 2021-05-26 14:10:11 -07:00
SteVen Batten c3d63c1a1b fixes #124692 2021-05-26 13:35:28 -07:00
Alex Dima 8e9405e7a9
Keep the ColorPickerModel alive between repaints in the ColorHover 2021-05-26 22:33:36 +02:00
Alex Dima 35b43a410b
Help TS understand the code 2021-05-26 22:33:36 +02:00
SteVen Batten ebdd548be2 fixes #124702 2021-05-26 13:25:38 -07:00
Nicholas Rayburn c538781d78
add notification if tsserver logs are left on for more than 7 days (#124149)
* add notification if tsserver logs are left on for more than 7 days fix #123493

* extended tsserver logging notification updates

* cleanup excess new lines

* typescript loglevelmonitor cleanup

* remove todo
2021-05-26 13:23:12 -07:00
Martin Aeschlimann 363e8f25f6
bump distro 2021-05-26 22:06:58 +02:00
Connor Peet 244b48af73
testing: additional actions and better theming for peek
Fixes #124642
2021-05-26 13:00:45 -07:00
Alex Dima a5bbc53e88
Extract more color picker related logic to ColorHoverParticipant 2021-05-26 21:57:24 +02:00
Alex Dima 4e6fe2dc51
Extract pieces of the Color Picker logic to a new ColorHoverParticipant 2021-05-26 21:57:23 +02:00
Alex Dima fd7c71a2ee
💄 2021-05-26 21:57:23 +02:00
rebornix c88d575621 update compact view default value. 2021-05-26 12:55:38 -07:00
Matt Bierner 1e6b6cb684
Pick up TS 4.3 final
Fixes #122884
2021-05-26 12:55:32 -07:00
Matt Bierner 6a12866c3e
💄 2021-05-26 12:55:32 -07:00
Ladislau Szomoru 1abeaf9775
Workspace trust - remote workspace (#124617)
Add RemoteWorkspaceTrustManagementService to be used for the remote scenarios

Co-authored-by: SteVen Batten <stbatt@microsoft.com>
2021-05-26 21:22:57 +02:00
Rob Lourens a430e8f969 Fix settings dropdown hover style
Fix #124207
2021-05-26 12:17:20 -07:00
Henning Dieterichs b6acb191fa
Fixes #124665. 2021-05-26 21:16:33 +02:00
rebornix 99bcc8e245 Show clear outputs only when there is kernel. 2021-05-26 12:12:43 -07:00
João Moreno 9252be4f90
distro 2021-05-26 21:00:20 +02:00
Henning Dieterichs 21bf10d497
Removed unused member. 2021-05-26 20:58:58 +02:00
João Moreno 54ebd81917
distro 2021-05-26 20:57:44 +02:00
Tyler Leonhardt f1a5d40aa7
refactor getCallbackEnvironment to return authority by default 2021-05-26 11:54:15 -07:00
Daniel Imms 5eddbd9d20 Properly support splitting ext profiles 2021-05-26 11:48:32 -07:00
Daniel Imms 08cf3df745 Pass object instead of unwrapped args for term create 2021-05-26 11:40:21 -07:00
João Moreno d777991656
move buildExtensionMedia to lib 2021-05-26 20:38:28 +02:00