09-02-2023, 07:53 PM
(This post was last modified: 09-02-2023, 08:06 PM by grymmjack.
Edit Reason: Fixed steps and order
)
Hi,
I've taken a bit of time to create qbjs-vscode-template repo:
https://github.com/grymmjack/qbjs-vscode-template
How do you use it?
Well you need vscode, but after that...
That's it.
Here is an example of how it runs:
https://app.screencast.com/9Cr0K2QikGeso...WpDpt70GLo
I've taken a bit of time to create qbjs-vscode-template repo:
https://github.com/grymmjack/qbjs-vscode-template
How do you use it?
Well you need vscode, but after that...
- Clone the repo - `git clone https://github.com/grymmjack/qbjs-vscode-template your-project-here`
- Go into project dir - `cd your-project-here`
- Delete `.git` (start clean on your own) `rm -rf .git`
- Open vscode
- Add `your-project-here` folder to vscode workspace - `code -ra .` (if you have it setup in path)
- Install the recommended extensions (only asked one time)
- Restart vscode (if applicable)
- Open `index.bas` and start coding
- Press `F5` to build and preview
That's it.
Here is an example of how it runs:
https://app.screencast.com/9Cr0K2QikGeso...WpDpt70GLo