-
Notifications
You must be signed in to change notification settings - Fork 40
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
fix(vsc): generate codelens on windows #1740
Conversation
🤖 Pull request artifactsempty string
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I understood, rootpath
will not be the correct, usable path for this on Windows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would changing rootPath from uri.path to uri.fsPath fix the issue?
From what I linked to in the Slack discussion, yes. Not sure what potential side effects this would have of course. |
I can confirm that it works on windows now :) that was harrowing 💀 Screen.Recording.2024-05-29.at.11.20.20.mov |
pass cwd directly to exec instead of cd
fixes #1738