prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
178 stars 12 forks source link

Binaries not marked as executable on macOS after update 1.6.0 -> 1.8.0 #257

Closed cobour closed 1 year ago

cobour commented 1 year ago

After updating the extension from 1.6.0 to 1.8.0 on macOS 13.2.1 and VSC 1.76.1 the executables (now in folder "~./vscode/extensions/prb28.amiga-assembly-1.8.0/resources/bin/darwin") did not have the necessary x flag. As a consequence all builds did not produce output.

I had to issues these commands in the folder of the executables to make it work again: chmod 755 adf chmod 755 v

prb28 commented 1 year ago

Thanks for the issue and the workaround. This is fixed in 1.8.1.