remy / vscode-nextbasic

VS Code tools for NextBASIC

Home Page:https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAYER PALETTE %0 BANK 32,%0 nonsense in basic

NealeTools opened this issue · comments

LAYER PALETTE %0 BANK 32,%0

Gives: Nonsense in basic

For some reason, the "32" is not encoding correctly.
Solution:
Retype in NextBASIC editor (after crash) and press ENTER. Now it works.
or
Make it an integer: "%32" in VSCode, and then encoding is fine.

Tested on v1.9.1 and v1.11.1 with same behaviour.