Skip to content
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

feat: proxy URI environment variable #4681

Merged
merged 7 commits into from
Jan 4, 2022
Merged

Conversation

code-asher
Copy link
Member

@code-asher code-asher commented Jan 4, 2022

Plus tests. Closes #1510.

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 adds the VSCODE_PROXY_URI environment variable.
@code-asher code-asher requested a review from a team January 4, 2022 20:01
@code-asher code-asher changed the title Add proxy URI environment variable feat: proxy URI environment variable Jan 4, 2022
Copy link
Contributor

@jsjoeio jsjoeio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an awesome! Seems like it'll be easier to test extensions with this 👏

@codecov
Copy link

codecov bot commented Jan 4, 2022

Codecov Report

Merging #4681 (19536d4) into main (f04fcf2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4681   +/-   ##
=======================================
  Coverage   69.10%   69.10%           
=======================================
  Files          29       29           
  Lines        1638     1638           
  Branches      341      341           
=======================================
  Hits         1132     1132           
  Misses        430      430           
  Partials       76       76           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f04fcf2...19536d4. Read the comment docs.

@code-asher code-asher merged commit 3d99998 into coder:main Jan 4, 2022
@code-asher code-asher deleted the http-referer branch January 4, 2022 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set environment variable VSCODE_PROXY_URI
2 participants