Commit Graph

82770 Commits

Author SHA1 Message Date
Jackson Kearl 07ff28c58d Dont center markdown content 2021-05-27 22:29:40 -07:00
Jackson Kearl 970858ef6d Add first pass of color theme selection markdown content 2021-05-27 17:25:19 -07:00
Megan Rogge 29cad8fb5e Merge pull request #124754 from microsoft/tyriar/profile_api
Terminal profile contributions
2021-05-27 19:01:23 -05:00
Tyler Leonhardt e0c8a76b7a don't sort scope list. Fixes Microsoft/vscode-pull-request-github#2751 2021-05-27 16:45:59 -07:00
Daniel Imms c1448f3161 Remove ansi escapes from localized string 2021-05-27 15:53:30 -07:00
Matt Bierner 9eeb092206 Re-enable skipped test
Fixes #119146
2021-05-27 15:44:27 -07:00
Daniel Imms 9b609ab1e1 Clean up profile provider api 2021-05-27 15:27:38 -07:00
Daniel Imms e8758933d8 Disallow custom profiles as default 2021-05-27 15:20:36 -07:00
Daniel Imms e037348d27 Support launching contributed profiles from dropdown 2021-05-27 15:17:59 -07:00
Matt Bierner 280e007073 Add undocumented always syntax only TS server mode
Fixes #124649
2021-05-27 14:40:47 -07:00
rebornix 866ecdd45a Merge branch 'notebook/dev' into main 2021-05-27 14:04:55 -07:00
Alex Dima 1c3cc87bcc Add an InlineCompletionsHoverParticipant 2021-05-27 22:58:47 +02:00
Matt Bierner d9e043161f Bump sw version
This is needed since we've changed the structure of webview uris
2021-05-27 13:49:16 -07:00
Matt Bierner 73ff24e451 Fix de/encoding for rewritten vscode-resoruce uris
Fixes #124678

`URI.from` re-encodes the input path, so we need to make sure we decode the path first before passing it in
2021-05-27 13:47:28 -07:00
Matt Bierner b8f11107f7 Use @types/vscode-webview 2021-05-27 13:41:38 -07:00
rebornix decb1ab6a8 update left aligned plus button margin. 2021-05-27 13:33:06 -07:00
meganrogge 484b04df64 fix #124774 2021-05-27 13:27:39 -07:00
Connor Peet 902bb43b3b testing: move back to proposed
Deferring finalization for an iteration.

This reverts commit df3c2c4875.
2021-05-27 12:52:29 -07:00
Connor Peet 31aef10814 testing: hotkey for opening output peek 2021-05-27 12:52:29 -07:00
Daniel Imms 14a013e7f3 Support contributed profiles in dropdown 2021-05-27 12:27:57 -07:00
SteVen Batten dd61b26f33 enable workspace trust by default #wt 2021-05-27 11:55:32 -07:00
rebornix 5338cc32da fix build. 2021-05-27 11:17:01 -07:00
Ladislau Szomoru 4403b9010e Tweak remote workspace trust calculation 2021-05-27 19:52:29 +02:00
rebornix e3d4313714 support editor options override. 2021-05-27 10:49:02 -07:00
Rob Lourens 384f42bca7 Tweak wording, fix #124724 2021-05-27 09:58:30 -07:00
Harald Kirschner 0dd52e2d77 Update distro 2021-05-27 09:05:20 -07:00
Harald Kirschner b157bc7e5c Support for @recommended:languages search (#124546) 2021-05-27 15:41:10 +00:00
Megan Rogge 9224159b00 Migrate users from shell -> profile settings (#124615) 2021-05-27 15:26:17 +00:00
Benjamin Pasero d2a0bfb286 editors - log error when opening fails 2021-05-27 16:47:19 +02:00
SteVen Batten 61f3ac6e07 support context keys in menu bar (#124726) 2021-05-27 07:40:45 -07:00
Johannes Rieken 0de0faecee fix https://github.com/microsoft/vscode/issues/122376 2021-05-27 16:16:08 +02:00
Alex Dima f523f65f39 Add a description field to decorations to be able to find leaks 2021-05-27 15:50:04 +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
Martin Aeschlimann a56fe2b397 use isVirtualWorkspace 2021-05-27 14:42:51 +02:00
Alex Dima ed611d0ec3 Minor tweaks 2021-05-27 14:19:15 +02:00
Alex Dima 4edb0110f6 Small tweaks 2021-05-27 14:19:15 +02:00
Alex Dima 7bd0337d94 Move parts of the triggering logic into the widget 2021-05-27 14:19:14 +02:00
Alex Ross 2508b33f0d Wait for listen when making tunnels 2021-05-27 14:02:57 +02:00
João Moreno 7a83e5aa62 workbench API: assumeGalleryExtensionsAreAddressable 2021-05-27 13:57:19 +02:00
Daniel Imms e94e8ed399 Show default profile on top of term dropdown
Fixes #123128
2021-05-27 04:53:11 -07:00
Martin Aeschlimann 693677c8a2 babel.config.json language mode should be 'jsonc'. Fixes #124683 2021-05-27 13:33:47 +02:00
Daniel Imms cd501b2e5b Merge pull request #124741 from jeanp413/fix-124735
Fixes listener leak while updating terminal pane actions
2021-05-27 04:31:46 -07:00
Benjamin Pasero 9dd89100b4 Improve editor DND to work with untyped resource editor inputs (#124749)
* editors dnd - rework to allow to set contents to untyped editors

* editors dnd - some more cleanup

* editors dnd - towards allowing any untyped editor input

* editors dnd - fix untitled transfer

* editors dnd - enable diff editor transfer

* editors dnd - fix dirty contents in files diff

* editors dnd - more 💄

* editors - input 💄

* editors - use preferred content only once
2021-05-27 13:13:30 +02:00
Benjamin Pasero 14a4548e4a editors - use preferred content only once 2021-05-27 13:09:28 +02:00
Johannes Rieken da1193950a some jsdoc for NotebookCellExecution 2021-05-27 12:59:47 +02:00
Benjamin Pasero 30074591ee editors - input 💄 2021-05-27 12:50:59 +02:00
Benjamin Pasero 55d91bbed8 editors dnd - more 💄 2021-05-27 12:37:18 +02:00
Johannes Rieken 9d907212ba rename NotebookCellExecutionTask to NotebookCellExecution 2021-05-27 12:14:20 +02:00
Martin Aeschlimann 5d534b94f8 dart: fix language configuration location 2021-05-27 12:10:11 +02:00