-
Notifications
You must be signed in to change notification settings - Fork 36
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
Xray's Visual Studio IDE Plugin should support Yarn client #175
Comments
@MJBlesi, Please also let us know if you'd like to get support for Yarn >= 2. |
Hi Yahav,
I asked one of our Dev members to check it out and the attached email is her response.
Thanks,
Marty
From: Yahav Itzhak ***@***.***>
Sent: Tuesday, May 31, 2022 11:07 AM
To: jfrog/jfrog-vscode-extension ***@***.***>
Cc: Blesi, Marty J. (BLM) ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [jfrog/jfrog-vscode-extension] Xray's Visual Studio IDE Plugin should support Yarn client (Issue #175)
@MJBlesi<https://urldefense.com/v3/__https:/github.com/MJBlesi__;!!GFE8dS6aclb0h1nkhPf9!6tOj--_Voj3oRBXRuRCjzqk28z5L_IeANhWwB5N5y8kUhRjjCDTX80KRyJD4EN_JaGH3iGRd7UMgyEYrJeuNqO3OFwX-xQ$>,
We added support for Yarn 1 in the latest release v1.13.0.
Feel free to upgrade and share your feedback.
Please also let us know if you'd like to get support for Yarn >= 2.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/jfrog/jfrog-vscode-extension/issues/175*issuecomment-1142329371__;Iw!!GFE8dS6aclb0h1nkhPf9!6tOj--_Voj3oRBXRuRCjzqk28z5L_IeANhWwB5N5y8kUhRjjCDTX80KRyJD4EN_JaGH3iGRd7UMgyEYrJeuNqO2Zno6ecA$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AYWLIZO6SNPBECIH4KOPOJDVMY2KTANCNFSM5TLILF3Q__;!!GFE8dS6aclb0h1nkhPf9!6tOj--_Voj3oRBXRuRCjzqk28z5L_IeANhWwB5N5y8kUhRjjCDTX80KRyJD4EN_JaGH3iGRd7UMgyEYrJeuNqO2TGD0zPQ$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@MJBlesi, |
1. On a smaller project if a yarn.lock file already exists, I get the loaded dependencies and their checks as soon as I open the project. Yay! This is a small project with around 5 dependencies:
[A picture containing text Description automatically generated]
However, when I hit “refresh” to try to re-run the scan I get errors and the scan fails. The main complaint it pops up with when trying to run the scan is “The "path" argument must be of type string. Received undefined”. The log gives more details than that. I’m attaching a txt file with this log.
1. For a larger project, I can’t get any sort of scan results on load or when trying to refresh the JFrog scan. I get the same error about the path argument.
From: Eyal Ben Moshe ***@***.***>
Sent: Friday, June 3, 2022 1:29 PM
To: jfrog/jfrog-vscode-extension ***@***.***>
Cc: Blesi, Marty J. (BLM) ***@***.***>; Mention ***@***.***>
Subject: [EXTERNAL] Re: [jfrog/jfrog-vscode-extension] Xray's Visual Studio IDE Plugin should support Yarn client (Issue #175)
@MJBlesi<https://urldefense.com/v3/__https:/github.com/MJBlesi__;!!GFE8dS6aclb0h1nkhPf9!8Fv9lxj-GFo8COfacgE6zcQ7vQ3ELOqsgYnFPVr1avy7l1pbhwtmpgMmZgwdIELq-WChM5eBeoFwO9G9hYuZt1jHzIbu_w$>,
We'er not able to see attached email content.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/jfrog/jfrog-vscode-extension/issues/175*issuecomment-1146247637__;Iw!!GFE8dS6aclb0h1nkhPf9!8Fv9lxj-GFo8COfacgE6zcQ7vQ3ELOqsgYnFPVr1avy7l1pbhwtmpgMmZgwdIELq-WChM5eBeoFwO9G9hYuZt1hVWHo_bw$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AYWLIZOTTE6N4VMX6FU4N6TVNJFG3ANCNFSM5TLILF3Q__;!!GFE8dS6aclb0h1nkhPf9!8Fv9lxj-GFo8COfacgE6zcQ7vQ3ELOqsgYnFPVr1avy7l1pbhwtmpgMmZgwdIELq-WChM5eBeoFwO9G9hYuZt1g3WWqWrA$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@MJBlesi, |
Thanks, @MJBlesi. |
Many of our developers are using the yarn client to install the packages where the jfrog-vs-code extension requires npm
The text was updated successfully, but these errors were encountered: