Commit graph

82697 commits

Author SHA1 Message Date
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 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
João Moreno d777991656
move buildExtensionMedia to lib 2021-05-26 20:38:28 +02:00
João Moreno 62e8b545f7
missing build 2021-05-26 20:38:28 +02:00
Henning Dieterichs d1ed9c8bf3
Adds proposed API for window.getInlineCompletionItemController(...).onDidShowCompletionItem. 2021-05-26 20:34:04 +02:00
Tyler James Leonhardt 7f21b1af48
Revert "Allow extensions to create multiple sessions from the same provider (#124640)" (#124705)
This reverts commit a18ea9c9ec.
2021-05-26 10:42:20 -07:00
Henning Dieterichs 4583ef442b
Fixes bug that "show previous inline completion" actually shows the next one. 2021-05-26 19:24:50 +02:00
Henning Dieterichs 8f0589da17
Set suggestionPreviewExpanded to true by default. 2021-05-26 19:21:35 +02:00
Matt Bierner 9464d14f31
Make notebook renderer activate potentially async (#124647)
* Make notebook renderer activate potentially async

- Allow activate to be `async`
- Make `getRenderer` always return a promise instead of the api result directly

* Add comment on why we use async
2021-05-26 09:15:00 -07:00
Ashray Jha 5eb64c54ca
Modified markdown preview nested list styling (#124445)
* Modified markdown preview nested list styling

* Added proper styling to the nested list

* merge different rules into a single one
2021-05-26 09:05:35 -07:00
Alex Dima 23e1f261dc
Remove HoverPartInfo 2021-05-26 18:04:23 +02:00
Alex Dima 84bc432011
Add IHoverPart.owner 2021-05-26 18:00:18 +02:00
Martin Aeschlimann 31a59b5970
bump distro 2021-05-26 17:20:59 +02:00
Jackson Kearl e6a1cc3843
Update commands.json 2021-05-26 08:12:33 -07:00
Benjamin Pasero 6a7c700a12 file working copies - do not throw from ctor anymore when schemes are unexpected
//cc @joaomoreno
2021-05-26 16:36:49 +02:00