Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qbjs-vscode-template
#1
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...WpDpt70GLo
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply




Users browsing this thread: 1 Guest(s)