fix: add handle for resolveExternalUri - #5624
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5624 +/- ##
=======================================
Coverage 72.61% 72.61%
=======================================
Files 30 30
Lines 1680 1680
Branches 368 368
=======================================
Hits 1220 1220
Misses 397 397
Partials 63 63 Continue to review full report at Codecov.
|
I'll work on that here then mark PR ready when all is said and done. Thanks for the early review! |
39be51a to
9681169
Compare
|
It appears the display language e2e test is failing. I'm going to see if I can reproduce locally. |
| "__metadata": { | ||
| "id": "47e020a1-33db-4cc0-a1b4-42f97781749a", | ||
| "publisherDisplayName": "MS-CEINTL", | ||
| "publisherId": "0b0882c3-aee3-4d7c-b5f9-872f9be0a115", | ||
| "isPreReleaseVersion": false | ||
| } |
There was a problem hiding this comment.
I noticed VS Code added this after running the test so I decided to commit it.
| this.codeServer.logger.debug("Waiting for test extension to load...") | ||
|
|
||
| await this.page.waitForSelector(selector) | ||
| await this.page.waitForSelector(selector, { timeout: 5000 }) |
There was a problem hiding this comment.
gonna drop this change
| // yarn test:e2e --workers 1 # Run with one worker | ||
| // yarn test:e2e --project Chromium # Only run on Chromium | ||
| // yarn test:e2e --grep login # Run tests matching "login" | ||
| // PWDEBUG=1 yarn test:e2e # Run Playwright inspector |
There was a problem hiding this comment.
saves time from having to look this up each time 😂
There was a problem hiding this comment.
100% lol same reason I added the other comments I am always forgetting the flags
d7ead89 to
fb7bcb8
Compare
|
@code-asher ready for another review! |
code-asher
left a comment
There was a problem hiding this comment.
Nicely done! I only have a comment about the added metadata.






This PR fixes
asExternalUrito use code-server's built-in proxy orVSCODE_PROXY_URIif it's been set.Todos
VSCODE_PROXY_URIVSCODE_PROXY_URIFixes #1936