Skip to content

Fix /vscode route being shadowed by / #4522

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

Merged
merged 1 commit into from
Nov 17, 2021

Conversation

code-asher
Copy link
Member

This causes / to always take precedence and on the VS Code side we would
see /vscode instead of / so the matching does not work correctly.

This causes / to always take precedence and on the VS Code side we would
see /vscode instead of / so the matching does not work correctly.
@code-asher code-asher requested a review from a team as a code owner November 17, 2021 00:44
@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

Merging #4522 (202bba2) into main (cd26f84) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4522   +/-   ##
=======================================
  Coverage   66.03%   66.03%           
=======================================
  Files          30       30           
  Lines        1640     1640           
  Branches      330      330           
=======================================
  Hits         1083     1083           
  Misses        474      474           
  Partials       83       83           
Impacted Files Coverage Δ
src/node/routes/index.ts 79.77% <100.00%> (ø)

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 cd26f84...202bba2. Read the comment docs.

@code-asher code-asher merged commit dd29a82 into coder:main Nov 17, 2021
@code-asher code-asher deleted the fix-vscode-route branch November 17, 2021 16:20
@jsjoeio jsjoeio mentioned this pull request Nov 17, 2021
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.

2 participants