Commit graph

82481 commits

Author SHA1 Message Date
meganrogge cdbf46815c
update distro 2021-05-24 11:04:30 -07:00
Megan Rogge fe1af896d5
Use remote reconnection constants (#124517) 2021-05-24 17:44:58 +00:00
Connor Peet df3c2c4875
testing: move apis to stable
Closes #122208 🎉
2021-05-24 10:22:53 -07:00
Daniel Imms 7a0ce574da Fix test output pty usage
Fixes #124290
2021-05-24 05:58:49 -07:00
Daniel Imms 777f09d456 Fix safe config provider fallback to default
Fixes #124504
2021-05-24 05:33:41 -07:00
Daniel Imms d63078aaf0
Merge pull request #124317 from jeanp413/fix-124127
Fixes terminal find widget should not cover tabs
2021-05-24 04:35:35 -07:00
Daniel Imms a8397d1529
Merge pull request #124480 from nrayburn-tech/fix-122348
option to hide terminal tabs if there is only a single group
2021-05-24 03:52:25 -07:00
Logan Ramos 934a4244e2
Remove overrides from editor service (#124375)
* Initial Interface removal

* Fix broken context keys

* Change View Toggle Editor Type

* Ensure webview inputs are one per webview

* Tests

* Better disposable logic

* some cleanup and unused types removal

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-24 12:11:28 +02:00
Nick Rayburn b47569400a
option to hide terminal tabs if there is only a single group
fixes #122348
2021-05-23 21:02:14 -05:00
Matt Bierner 5319757634
Add fallback webviewExternalEndpoint in code
Seems not having this breaks some derived apps
2021-05-22 13:32:54 -07:00
Jackson Kearl 8f11975c47
Close #119722 2021-05-21 18:27:41 -07:00
Tyler James Leonhardt d6b5df5e19
retry logic for setting password (#124390)
* retry logic for setting password

* set to 3 attempts and 200 delays
2021-05-21 18:09:17 -07:00
Matt Bierner 12fa7b0425
Increase timeout for webview focus change
Fixes #108596
2021-05-21 17:59:54 -07:00
Matt Bierner 4c4ec402e7
return early 2021-05-21 17:59:54 -07:00
Matt Bierner b314536e56
Move find file references into the search group
For #115694
2021-05-21 17:59:54 -07:00
Jackson Kearl 28767c88f0
Close #122795 2021-05-21 16:03:50 -07:00
rebornix cd8bf7ba53
fix zero height output height. 2021-05-21 15:09:21 -07:00
Matt Bierner 7bc2019b8d
Updating pinning test 2021-05-21 15:01:05 -07:00
Jean Pierre be8745ac9e
Fixes #123228 (#123584)
Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-05-21 14:51:18 -07:00
Matt Bierner 6ee883bfa3
Split href before decoding instead of after
Fixes #123228

This fixes the case where `#` appears in the path
2021-05-21 14:49:46 -07:00
rebornix 6af49913c2
title for notebook label in notebook toolbar 2021-05-21 14:47:53 -07:00
Matt Bierner 77ff6eb03b
Add image specific link normalizer (#124400) 2021-05-21 14:42:50 -07:00
Matt Bierner e9b8c12915
Add types 2021-05-21 14:36:19 -07:00
rebornix a03daaf850
Merge branch 'notebook/dev' into main 2021-05-21 14:13:43 -07:00
rebornix 4ba2760274
fix #119214. 2021-05-21 14:12:11 -07:00
rebornix 8afcdfaad8
extract complex options parsing. 2021-05-21 13:51:41 -07:00
Connor Peet 9996e32bc9
testing: improvements when running a previously un-run test 2021-05-21 13:47:00 -07:00
rebornix 6507d05310
freeze layout config. 2021-05-21 13:45:13 -07:00
rebornix 6cda8d2373
extract configuration update 2021-05-21 13:43:51 -07:00
Alexandru Dima f38f3bb8e7
Merge pull request #124044 from microsoft/alex/ghost-text
Add ghost text
2021-05-21 22:39:40 +02:00
Alex Dima 51aa5402d6
Allow single line decorations that are not at the end of the line 2021-05-21 22:21:56 +02:00
Matt Bierner 06a86116b7
Fix firstHostSegment logic 2021-05-21 12:51:22 -07:00
Matt Bierner 827dec3a0d
Use better logic for getting scheme and avoid extra decoding for authority
This should better handle cases where the resource authority contains characters  such as `+` and `.`
2021-05-21 12:41:45 -07:00
Connor Peet 44fe867edd
fix tests 2021-05-21 12:26:41 -07:00
Rob Lourens c23c9e448e Implement dragAndDrop enable setting 2021-05-21 12:18:33 -07:00
Matt Bierner 021071ff74
Avoid double encoding authority 2021-05-21 12:16:49 -07:00
Matt Bierner 22dc518a21
Remove unused type 2021-05-21 12:16:49 -07:00
Matt Bierner 97bbacd808
Remove extra call to with 2021-05-21 12:16:49 -07:00
Connor Peet 82d18a42fa
testing: fix auto run triggering test multiple times
Fixes #124333
2021-05-21 11:57:57 -07:00
Jackson Kearl 17f3a69e24
Allow toSide #119725 2021-05-21 11:57:08 -07:00
Jackson Kearl 86cb6d6b33
Close #119725 2021-05-21 11:53:27 -07:00
Daniel Imms 4d53b45428 Fix local term warning in remote
Fixes #124186
Fixes microsoft/vscode-remote-release#5055
2021-05-21 11:22:28 -07:00
Jackson Kearl 5ac4f5f5be
Fix didn't work 2021-05-21 11:21:27 -07:00
Matt Bierner af3fbd968c
Make sure we decode uri path
This ends up being re-encoded when the recreate the uri
2021-05-21 11:16:23 -07:00
Alex Dima 84f5040b3d
Remove unused member 2021-05-21 20:01:40 +02:00
Alex Dima 91fdd52d17
Merge remote-tracking branch 'origin/main' into alex/ghost-text 2021-05-21 19:57:53 +02:00
Connor Peet 8b709a2f55
testing: provide test IDs in menu contributions, rather than internal elements 2021-05-21 10:44:44 -07:00
Henning Dieterichs 231c155d31
Refactors the inline completion feature. 2021-05-21 19:40:38 +02:00
Jackson Kearl 852b70eafe
Try fix (#124384) 2021-05-21 17:36:20 +00:00
Daniel Imms c5da7f33a7 Fix wsl detection in profiles tests
Part of #124257
2021-05-21 10:16:31 -07:00