-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add VSCODE_PROXY_URI env var to extension host and terminal #3621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
50d677b
to
9cc76cc
Compare
Codecov Report
@@ Coverage Diff @@
## main #3621 +/- ##
==========================================
+ Coverage 64.94% 65.39% +0.44%
==========================================
Files 36 36
Lines 1880 1887 +7
Branches 381 381
==========================================
+ Hits 1221 1234 +13
+ Misses 560 555 -5
+ Partials 99 98 -1
Continue to review full report at Codecov.
|
6d91937
to
c0f7b0e
Compare
Currently on hold since I will need to rebase this on 1.57. |
@code-asher remind me and @jawnsy that we should write a test for the webview fix we did here: #3895 after this gets merged |
bump @code-asher - anything I can do to help get these unblocked and ready to merge? |
Uh I forgot about this, I will rebase today.
|
c0f7b0e
to
3513a0c
Compare
@code-asher and I spoke offline about this. If we can get this in this week before Wednesday, great! But most likely shooting for the next release. |
bump @code-asher -> think we'll be able to get this PR rebased, updated and marked ready this week? |
Tentatively yes.
|
7f8f2e6
to
e91e201
Compare
This will let us test extension-related features (like the proxy URI). I removed the environment variables in the script because they override the ones you set yourself. We still set defaults in constants.ts.
This way it can be called multiple times without incurring extra overhead or potentially resolving in a different way. Also catch any errors when parsing query options just as we do with the options in the markup and log errors with the latter as well.
This should not be merged as-is since it points to my fork.
e91e201
to
ecb29c4
Compare
Man, we really need to fix #4027. This is failing because your PR is from a fork (yet you're a maintainer and have access to |
All good to go, blocked by coder/vscode#3 |
Besides the conflicting files, is there anything blocking this? (Happy to pick it up as well) |
I think it is just conflicts. I will get it sorted on Monday!
|
Let me know if you need help moving this forward! |
Too many changes and branch out-of-date. We'll see if we can get this ready for the next release. |
@code-asher what do you think about this PR? Is it at the end of it's life? |
I think we can rebase it once 4.0.0 is stable.
|
I will re-open this when it is ready to go. |
Checklist
CHANGELOG.md
req.headers.host
.