Commit Graph

82713 Commits

Author SHA1 Message Date
Rob Lourens 3ea0bf8fbc Implement run button with extra actions, and "run above"/"run below" actions 2021-05-27 17:31:43 -07:00
rebornix decb1ab6a8 update left aligned plus button margin. 2021-05-27 13:33:06 -07:00
rebornix 5338cc32da fix build. 2021-05-27 11:17:01 -07:00
rebornix e3d4313714 support editor options override. 2021-05-27 10:49:02 -07:00
Johannes Rieken 0de0faecee fix https://github.com/microsoft/vscode/issues/122376 2021-05-27 16:16:08 +02:00
Johannes Rieken 4c5a061df6 rename NotebookKernelPreload to NotebookRendererScript 2021-05-27 15:21:48 +02:00
Johannes Rieken 9ef57b5c21 remove NotebookCellOutputItem#value, https://github.com/microsoft/vscode/issues/123884 2021-05-27 14:55:25 +02:00
Johannes Rieken da1193950a some jsdoc for NotebookCellExecution 2021-05-27 12:59:47 +02:00
Johannes Rieken 9d907212ba rename NotebookCellExecutionTask to NotebookCellExecution 2021-05-27 12:14:20 +02:00
Johannes Rieken 23fb420737 Merge branch 'main' into notebook/dev 2021-05-27 11:47:18 +02:00
João Moreno 0637663fcf fix isNoCorsEnvironment 2021-05-27 11:45:12 +02:00
Ladislau Szomoru 6ba7093a8a Fix window/folder/workspace terminology for status bar entry and banner 2021-05-27 09:47:49 +02: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
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