Commit graph

81948 commits

Author SHA1 Message Date
Daniel Imms 8be52b214e Update distro 2021-05-13 07:22:37 -07:00
Daniel Imms c185bff400
Merge pull request #123729 from microsoft/tyriar/getprofilesexthost
Move profile resolving to pty service
2021-05-13 07:19:41 -07:00
Daniel Imms 9a002ccef2 Fix windows profiles test 2021-05-13 06:39:56 -07:00
Daniel Imms 5d95c01ec1 Remove getDefaultShellAndArgs from tasks
Fixes #123732
2021-05-13 06:36:08 -07:00
Daniel Imms da1df62ee5 Don't go to ext host for task default shell/args
Fixes #123732
2021-05-13 06:32:48 -07:00
Daniel Imms 303519568e Log actual vs expected profile names in test 2021-05-13 06:12:38 -07:00
Daniel Imms fd07b80c45 Reduce profile throttle time to 2 seconds
This felt a bit broken when using env.shell
2021-05-13 06:00:14 -07:00
Daniel Imms f25ff2a5c3 Clarify profiles ready barrier 2021-05-13 05:51:32 -07:00
Daniel Imms 66d817c3cc Simplify resolving of text 2021-05-13 05:49:31 -07:00
Daniel Imms 10ad00891d Bring back TerminalSettingId usage in platform 2021-05-13 05:44:28 -07:00
Daniel Imms d7b70a6fdb Remove workspaceFolder from profiles, included in var resolver now 2021-05-13 05:42:39 -07:00
Daniel Imms 2373db009e Replace configuredProfilesOnly with includeDetectedProfiles
Little nicer as default is false now
2021-05-13 05:40:57 -07:00
Daniel Imms fb991820c9 Revert accidental change to git.png 2021-05-13 05:37:41 -07:00
Daniel Imms 09d22f9bbb Remote ext host ready from terminal service 2021-05-13 05:36:18 -07:00
Daniel Imms c3bdf6c825 Removing logs/comments 2021-05-13 05:33:52 -07:00
Daniel Imms e1dba2ac02 Merge remote-tracking branch 'origin/main' into tyriar/getprofilesexthost 2021-05-13 05:16:55 -07:00
Benjamin Pasero c4f3f8f9be
Change in the optional Custom Editor makes the raw file open (#123057) 2021-05-13 13:45:20 +02:00
Benjamin Pasero e02dfbbcab workspace trust - remove async from showing editor pane
//cc @sbatten
2021-05-13 13:12:21 +02:00
Benjamin Pasero 23dc403a17
[Insiders] Throwing error when a file is edited and saved from a diff view (fix #123756) 2021-05-13 10:57:37 +02:00
Jackson Kearl 659175fa39
Fix up merge issues 2021-05-12 21:51:47 -07:00
Jackson Kearl ea39e2b66a
Allow text search providers to give messages with links that trigger researching. (#123213) 2021-05-12 21:43:32 -07:00
SteVen Batten 0988e056b2 use mode terminology in viewlet 2021-05-13 01:29:27 +00:00
Jackson Kearl e10e3f417e
Clarify deprecation message 2021-05-12 18:00:53 -07:00
Jackson Kearl 4c63cdf2fa
doneOn => completionEvents
implement onLink, onEvent, onCommand, extensionInstalled, stepSelected
ref #122570
2021-05-12 18:00:52 -07:00
SteVen Batten 1f2077f7e6 improvements to unsupported workspace ext filter 2021-05-13 00:53:29 +00:00
Daniel Imms 6d70e727d0 Set default profile in exthost from renderer
Fixes #121760
Related microsoft/vscode-python#16175
2021-05-12 17:14:18 -07:00
Megan Rogge 1fb3175fb2
Merge pull request #123728 from microsoft/merogge/rightClick 2021-05-12 18:59:09 -05:00
Daniel Imms 963eff6d06 Update distro 2021-05-12 16:49:35 -07:00
Daniel Imms 1816095148 Get remote profiles working 2021-05-12 16:45:40 -07:00
meganrogge 9d3f61bbb7
fix #123694 2021-05-12 16:45:28 -07:00
SteVen Batten 27dfcd4677 use editorErrorFg 2021-05-12 23:44:14 +00:00
SteVen Batten 6673ba9c46 use button theme colors for selected trust state 2021-05-12 23:34:00 +00:00
Daniel Imms dd54e2b24a Wait for profiles before creating first terminal
Fixes #123188
2021-05-12 16:06:13 -07:00
rebornix c5a8e59db7
update notebook contributions. 2021-05-12 14:56:55 -07:00
meganrogge dd7102dfae
update distro 2021-05-12 14:44:16 -07:00
rebornix a37ee2baf1
Merge branch 'notebook/dev' into main 2021-05-12 14:37:05 -07:00
Megan Rogge ae751048e4
Enable changing color of terminal tab icons (#123596) 2021-05-12 21:29:00 +00:00
Matt Bierner 11a8c4b4bc
Merge the notebookMarkupRenderer contribution point into the renderers contribition point
For #123540
2021-05-12 13:28:28 -07:00
Matt Bierner 09bd849661
Remove todo comment
No longer relevant
2021-05-12 13:28:28 -07:00
SteVen Batten b61721e94d trying sync editor input api 2021-05-12 20:24:25 +00:00
Johannes Rieken 3def280fba
update kernel view item when affinity or binding changes 2021-05-12 22:21:34 +02:00
SteVen Batten bfe88ab464 Revert "workaround #123676"
This reverts commit 9553ccbe6e.
2021-05-12 20:10:14 +00:00
SteVen Batten d4625bda3c wt enabled 2021-05-12 20:04:03 +00:00
Johannes Rieken e555768cd7
remove old extension point for notebookProvider 2021-05-12 22:03:51 +02:00
SteVen Batten 9e199766c8 Revert "wt enabled"
This reverts commit 1ee54f7ff0.
2021-05-12 20:02:49 +00:00
Connor Peet 2ea518ea37
testing: improve current test filter and welcome experience 2021-05-12 13:01:51 -07:00
Connor Peet a823e975ba
testing: use stop instead of cancel icon
Fixes https://github.com/microsoft/vscode/issues/122597
2021-05-12 13:01:51 -07:00
Connor Peet 6e1d69258a
testing: fix button size
Fixes https://github.com/microsoft/vscode/issues/122600
2021-05-12 13:01:50 -07:00
SteVen Batten 1ee54f7ff0 wt enabled 2021-05-12 19:57:17 +00:00
Matt Bierner a2f7ad10ca
Try better fix for loading mixed local/remote notebook resources (#123638)
This is a follow up on 19cda32aaf. It removes the `useRootAuthority` workaround we introduced to instead take the authority that is passed in as part of the resource uri
2021-05-12 12:39:05 -07:00