Merge pull request #214666 from bobby285271/fix/vscode

vscode: Fix missing executable permissions
This commit is contained in:
Bobby Rong 2023-02-05 12:00:30 +08:00 committed by GitHub
commit 118005b2d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;