You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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) flagcode-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
The text was updated successfully, but these errors were encountered: