Code-server: Search in project not working in 3.3.0

Created on 18 May 2020  路  1Comment  路  Source: cdr/code-server

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

bug

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KSXGitHub picture KSXGitHub  路  3Comments

infogulch picture infogulch  路  3Comments

grant picture grant  路  3Comments

broady picture broady  路  3Comments

balazssoltesz picture balazssoltesz  路  3Comments