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

PowerShell information for windows 7 #6

Closed
wants to merge 1 commit into from

Conversation

KRChapman
Copy link

@KRChapman KRChapman commented Nov 3, 2019

I hope that I can save some one else an entire day of frustration that I had. Every time I tried to yarn install vscode packages to it would stall on vscode-ripgrep with no error. I went through major commits from the vs code repo and discovered the exact commit. https://github.com/microsoft/vscode/commits/44d410567333dfbd9da5eab6f56bb2c83c31412e where trouble started for me.

I found posts from others with my same problem setup and details.
microsoft/vscode#77717

Version 1.3.1 of vscode-ripgrep worked great but not the latetest. After investigating the code and comparing the two I discovered that the latest version was using a powershell script. The file did not seem to close after child_process.exec executed the shell script. I investigated and found this post. nodejs/node#25645

After upgrading to powershell 5.1 the package now works and I wanted to share and update so That it can save some one else this frustration.

Base automatically changed from master to main February 20, 2021 02:20
@andreamah
Copy link
Contributor

Unsure if this is still necessary since it is ~3 years old. Also, vscode no long supports win7. Closing this + please let me know if this needs any further action. Apologies for the extremely late reply.

@andreamah andreamah closed this Jun 26, 2023
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