-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore: update vscode commit #4857
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
This includes two fixes from coder/vscode: - coder/vscode#43 - coder/vscode#42
✨ Coder.com for PR #4857 deployed! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #4857 +/- ##
=======================================
Coverage 69.72% 69.72%
=======================================
Files 29 29
Lines 1645 1645
Branches 363 363
=======================================
Hits 1147 1147
Misses 424 424
Partials 74 74 Continue to review full report at Codecov.
|
I realized why this was failing...this updates VS Code which includes a fix with two curly brackets for the proxy URL. That means we must also update the e2e test. Done and pushed |
Looks like I'll need to fix this tomorrow |
* chore: update vscode commit This includes two fixes from coder/vscode: - coder/vscode#43 - coder/vscode#42 * fix: use double-bracket in ext. e2e test
This includes two fixes from coder/vscode:
Fixes N/A