QB64 Phoenix Edition
qbjs-vscode-template - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50)
+--- Thread: qbjs-vscode-template (/showthread.php?tid=1963)



qbjs-vscode-template - grymmjack - 09-02-2023

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...

  1. Clone the repo - `git clone https://github.com/grymmjack/qbjs-vscode-template your-project-here`
  2. Go into project dir - `cd your-project-here`
  3. Delete `.git` (start clean on your own) `rm -rf .git`
  4. Open vscode
  5. Add `your-project-here` folder to vscode workspace - `code -ra .` (if you have it setup in path)
  6. Install the recommended extensions (only asked one time)
  7. Restart vscode (if applicable)
  8. Open `index.bas` and start coding
  9. Press `F5` to build and preview

That's it.

Here is an example of how it runs:
https://app.screencast.com/9Cr0K2QikGeso?tab=Details&conversation=PiwdVIVPHMgtWpDpt70GLo