Skip to content

Search in project not working in 3.3.0 #1665

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

Closed
dr0p opened this issue May 18, 2020 · 1 comment · Fixed by #1668 or #1672
Closed

Search in project not working in 3.3.0 #1665

dr0p opened this issue May 18, 2020 · 1 comment · Fixed by #1668 or #1672
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dr0p
Copy link

dr0p commented May 18, 2020

I am using code-server-3.3.0-linux-amd64.tar.gz and the search is broken - the following file is missing the +x (execute) flag
code-server-3.3.0-linux-amd64/lib/vscode/node_modules/vscode-ripgrep/bin/rg.

Simple workaround is to run in the root of code-server folder: chmod +x lib/vscode/node_modules/vscode-ripgrep/bin

@TobiaszCudnik
Copy link

sudo chmod +x /usr/lib/code-server/lib/vscode/node_modules/vscode-ripgrep/bin/rg

@nhooyr nhooyr self-assigned this May 18, 2020
@nhooyr nhooyr added the bug Something isn't working label May 18, 2020
nhooyr added a commit that referenced this issue May 18, 2020
nhooyr added a commit that referenced this issue May 18, 2020
nhooyr added a commit that referenced this issue May 18, 2020
@nhooyr nhooyr added this to the v3.3.1 milestone May 18, 2020
nhooyr added a commit that referenced this issue May 18, 2020
This release fixes bugs introduced with the release of v3.3.0

- We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667
- Accessing code-server from a web browser on Windows has been fixed #1642
- Search in project has been fixed #1665
- The glibc requirement on static releases has been lowered to v2.19 #1656
@nhooyr nhooyr mentioned this issue May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants