remy / vscode-nextbasic

VS Code tools for NextBASIC
https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic
8 stars 2 forks source link

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

Closed NealeTools closed 4 months ago

NealeTools commented 4 months ago

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.