Skip to content

fix: package bin/helper directory in the right spot #4776

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
Jan 21, 2022

Conversation

code-asher
Copy link
Member

VS Code moves this as part of their packaging task. We will probably
want to look into using theirs instead of replicating it.

Fixes #4721

VS Code moves this as part of their packaging task.  We will probably
want to look into using theirs instead of replicating it.

Fixes coder#4721
@code-asher code-asher requested a review from a team January 20, 2022 21:49
@code-asher code-asher changed the title Package bin/helper directory in the right spot fix: package bin/helper directory in the right spot Jan 20, 2022
@codecov
Copy link

codecov bot commented Jan 20, 2022

Codecov Report

Merging #4776 (d65331f) into main (6e04501) will not change coverage.
The diff coverage is n/a.

❗ Current head d65331f differs from pull request most recent head 467c611. Consider uploading reports for the commit 467c611 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4776   +/-   ##
=======================================
  Coverage   69.18%   69.18%           
=======================================
  Files          29       29           
  Lines        1652     1652           
  Branches      363      363           
=======================================
  Hits         1143     1143           
  Misses        432      432           
  Partials       77       77           

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 6e04501...467c611. Read the comment docs.

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.

That is unusual they change the path in production 🤔 I guess we'll have to investigate later. Thanks for fixing this!

@code-asher
Copy link
Member Author

Happens here btw:

https://github.com/coder/vscode/blob/5f069ef211aa08b23864032532b1161309ce03c7/src/vs/server/extensionHostConnection.ts#L36

And here is the build step:

https://github.com/coder/vscode/blob/5f069ef211aa08b23864032532b1161309ce03c7/build/gulpfile.reh.js#L329-L333

@code-asher code-asher merged commit 63f99da into coder:main Jan 21, 2022
@code-asher code-asher deleted the browser-script branch January 21, 2022 16:54
TinLe pushed a commit to TinLe/code-server that referenced this pull request Apr 23, 2022
VS Code moves this as part of their packaging task.  We will probably
want to look into using theirs instead of replicating it.

Fixes coder#4721
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.

without-browser-env-var variable is not sent to vscode server
2 participants