Skip to content

feat: proxy URI environment variable - #4681

Merged
code-asher merged 7 commits into
coder:mainfrom
code-asher:http-referer
Jan 4, 2022
Merged

feat: proxy URI environment variable#4681
code-asher merged 7 commits into
coder:mainfrom
code-asher:http-referer

Conversation

@code-asher

@code-ashercode-asher commented Jan 4, 2022

Copy link
Copy Markdown
Member

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 teamJanuary 4, 2022 20:01
@code-ashercode-asher changed the title Add proxy URI environment variablefeat: proxy URI environment variableJan 4, 2022

@jsjoeiojsjoeio left a comment

Copy link
Copy Markdown
Contributor

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

codecovBot commented Jan 4, 2022

Copy link
Copy Markdown

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:mainJan 4, 2022
@code-asher
code-asher deleted the http-referer branch January 4, 2022 21:02
Sign up for freeto 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

@code-asher@jsjoeio