|
Oktatás * Programozás 1 * Szkriptnyelvek Teaching * Programming 1 (BI) Félévek Linkek * kalendárium |
Xcb /
VS Code settingsI 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 "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 snippetsIf you want to build your own code snippets, then the snippet file must be called " 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", ... |
![]() Blogjaim, hobbi projektjeim * The Ubuntu Incident [ edit ] |