Recent Changes - Search:

Oktatás

* Programozás 1
  + feladatsor
  + GitHub oldal

* Szkriptnyelvek
  + feladatsor
  + quick link

Teaching

* Programming 1 (BI)
  ◇ exercises
  ◇ quick link

teaching assets


Félévek

* 2025/26/2
* archívum


Linkek

* kalendárium
* tételsorok
* jegyzetek
* szakdolgozat / PhD
* ösztöndíjak
* certificates
* C lang.
* C#
* D lang.
* Java
* Nim
* Nim2
  + exercises
* XC=BASIC
* old
  ◇C++, ◇Clojure, ◇Scala


[ edit | logout ]
[ sandbox | passwd ]

Xcb /

VS Code settings

I found 2 VS Code extensions:

The second one from orlof seems to be more active, so that's what I installed. Its extension ID is "RealOrlof.orlof-xcbasic3".

The extension will automatically download and set up the XC=BASIC3 compiler and DASM assembler.

At the bottom, in the status bar, you'll get some clickable tasks:

Shift+F5 is a shortcut for compiling the project.

The first task, "Run File" didn't work out of the box. First, I had to specify the absolute path of x64sc in the settings:

"xcbasic3.emulator": "/usr/bin/x64sc",

After this, I could run the project with the first task.

Ctrl+F5 is a shortcut for running the project in the emulator (I use the Vice emulator). However, this shortcut didn't want to work for me, so I assigned this action to Ctrl+Shift+F5. That worked.

User snippets

If you want to build your own code snippets, then the snippet file must be called "xcbasic3.json".

How to figure it out? Open this file:

~/.vscode/extensions/realorlof.orlof-xcbasic3-3.0.3/package.json

And find the language ID:

"languages": [
  {
    "id": "xcbasic3",
...
Cloud City

  

Blogjaim, hobbi projektjeim

* The Ubuntu Incident
* Python Adventures
* @GitHub
* heroku
* extra
* haladó Python
* YouTube listák


Debrecen | la France


[ edit ]

Edit - History - Print *** Report - Recent Changes - Search
Page last modified on 2026 May 10, 23:00