vscode: Fix missing executable permissions

The terminal does not open without this.

https://github.com/gentoo/gentoo/commit/4da5959
This commit is contained in:
Bobby Rong
2023-02-05 11:29:28 +08:00
parent 67c3536f79
commit 8d74a58c8d
@@ -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;