remy / vscode-nextbasic

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

v1.11.0 #bank BANK20 gives error "A system error occurred (EROFS: read-only file system, open 'BANK20')" #46

Closed NealeTools closed 4 months ago

NealeTools commented 4 months ago

Code:

bankfile BANK20

10 "Hello World"

image
remy commented 4 months ago

Has the file been saved yet, and is this from run or export?

remy commented 4 months ago

I'm able to replicate with "run" (I did test this last night, but it was late!!!)

remy commented 4 months ago

Sod, I forgot to update the txt2bas dependency which fixed this (which explains why I found and fixed this last night).

That's fixed in 1.11.1

NealeTools commented 4 months ago

Thanks! Will try out later :-) The file was not saved yet. Is that necessary?