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

Move download scripts into ./src #2950

Merged

Conversation

datho7561
Copy link
Contributor

This is because we now use them when the extension is running for installing the tools into dev containers.

Also, list packages that the scripts require as runtime dependencies.

Fixes #2948

Signed-off-by: David Thompson davthomp@redhat.com

- Also list packages that they require as runtime dependencies

Fixes redhat-developer#2948

Signed-off-by: David Thompson <davthomp@redhat.com>
@datho7561 datho7561 requested review from mohitsuman and msivasubramaniaan and removed request for mohitsuman June 6, 2023 21:00
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Patch coverage: 44.89% and project coverage change: +0.65 🎉

Comparison is base (f51a4b9) 37.36% compared to head (8eedd04) 38.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2950      +/-   ##
==========================================
+ Coverage   37.36%   38.01%   +0.65%     
==========================================
  Files          57       60       +3     
  Lines        3715     3809      +94     
  Branches      729      744      +15     
==========================================
+ Hits         1388     1448      +60     
- Misses       2327     2361      +34     
Impacted Files Coverage Δ
src/downloadUtil/downloadBinaries.ts 25.00% <25.00%> (ø)
src/downloadUtil/archive.ts 79.48% <100.00%> (ø)
src/downloadUtil/download.ts 100.00% <100.00%> (ø)
src/installToolsInRemote.ts 47.36% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mohitsuman
Copy link
Collaborator

@datho7561 So with this PR, now the vsix files works properly with perfect tools installation ?

Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
@msivasubramaniaan
Copy link
Collaborator

@datho7561 I have tested your PR and its working fine. Due to release thing I have renamed the folder and pushed the code to your branch

Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
Copy link
Collaborator

@mohitsuman mohitsuman left a comment

Choose a reason for hiding this comment

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

lgtm

@mohitsuman mohitsuman merged commit fbacd3f into redhat-developer:main Jun 7, 2023
@datho7561 datho7561 deleted the 2948-cannot-find-module-vsix branch June 7, 2023 12:57
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.

Extension commands fail to run in vsix with "Error: Cannot find module '../build/bundle-tools'"
3 participants