BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
312 stars 39 forks source link

Non-Windows binaries not executable in published extension #138

Closed grahambates closed 1 year ago

grahambates commented 1 year ago

When installing the extension from VS Code Marketplace none of the binaries have executable permission set. I'm guessing this is because the published package was built on Windows and the POSIX permissions were lost.

Options I can think of:

BartmanAbyss commented 1 year ago

Yeah, I was wondering about that, given that .vsix files are just renamed .zip files. I guess 'C' would be the easiest..