Merge pull request #214666 from bobby285271/fix/vscode
vscode: Fix missing executable permissions
This commit is contained in:
commit
118005b2d3
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ let
|
|||
|
||||
# this fixes bundled ripgrep
|
||||
chmod +x resources/app/node_modules/@vscode/ripgrep/bin/rg
|
||||
|
||||
# see https://github.com/gentoo/gentoo/commit/4da5959
|
||||
chmod +x resources/app/node_modules/node-pty/build/Release/spawn-helper
|
||||
'';
|
||||
|
||||
inherit meta;
|
||||
|
|
Loading…
Reference in a new issue