mirror of
https://github.com/coder/code-server.git
synced 2026-04-23 13:03:58 -05:00
Add vscode via vendor package.
- Use yarn for vscode vendoring. - Grab hash from package.
This commit is contained in:
committed by
Teffen Ellis
parent
28ba59ab3c
commit
f885b29675
@@ -45,7 +45,7 @@ There is a known issue with search not working on Android because it's missing
|
||||
|
||||
```sh
|
||||
# run this command inside the code-server directory
|
||||
ln -s $PREFIX/bin/rg ./lib/vscode/node_modules/vscode-ripgrep/bin/rg
|
||||
ln -s $PREFIX/bin/rg ./vendor/modules/code-oss-dev/vscode-ripgrep/bin/rg
|
||||
```
|
||||
|
||||
### Backspace doesn't work
|
||||
|
||||
Reference in New Issue
Block a user