QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
14 stars 3 forks source link

No executable file for linux #134

Closed danistheman360 closed 3 months ago

danistheman360 commented 8 months ago

In the linux (Im using debian tho...) zip file, there is no release for linux. I still went ahead and used the .vsix extension... Now, when running code, I get "Permission denied" error when trying to run

LordDurus commented 8 months ago

The extension does not include the binaries. There is a setting for the path to the binary make sure that is set. It's in the QB64 section of the settings.

If that is set then there could be a different issue. Let me know.

danistheman360 commented 8 months ago

Please take me through the settings as I can't find help anywhere else. (I use a Linux debian on a Chromebook)

LordDurus commented 8 months ago

I'm using Zorin OS as my Linux install I'd think there would be no difference

The steps for set the compiler path... Open the setting File->Preferences->Settings image

Then filter by QB64 and set the Compiler Path image

Also @grymmjack has created a video or 2 on how to use the extension. I they are on YouTube. Here's the link to 1 of them https://www.youtube.com/watch?v=6kn-N_-eycg

grymmjack commented 8 months ago

Does QB64PE compile on a Chromebook?

LordDurus commented 8 months ago

I don't know. I'd think so.

a740g commented 7 months ago

Does QB64PE compile on a Chromebook?

It did the last time I checked. I am quite certain that it will. Let me know if you run into any issues.

LordDurus commented 3 months ago

This has not been updated in a while closing