Opened VSCode to work on the game and suddenly it's an explosion of squiggly yellow underlines... "symbol not defined" says vscode-beebasm.
Seems it's for every symbol I'm using in a script whose definition is in a difference script in the same project. Subsequent labels also get underlined because their addresses are different on the assembly second pass due I think to the offending symbols prior resulting in those instructions not assembling.
Closing and reloading the folder and VSCode itself hasn't helped.
Fortunately, it lets you pick a previous version of BeebVSC. I've reverted to version 0.2.0 from two days previously and the yellow is gone.
EDIT: But now I can't F7 or F9 it!
EDIT EDIT: Gone back to 0.1.2 and now I can.
Anyone else experienced this issue?
Seems it's for every symbol I'm using in a script whose definition is in a difference script in the same project. Subsequent labels also get underlined because their addresses are different on the assembly second pass due I think to the offending symbols prior resulting in those instructions not assembling.
Closing and reloading the folder and VSCode itself hasn't helped.
Fortunately, it lets you pick a previous version of BeebVSC. I've reverted to version 0.2.0 from two days previously and the yellow is gone.
EDIT: But now I can't F7 or F9 it!
EDIT EDIT: Gone back to 0.1.2 and now I can.
Anyone else experienced this issue?
Statistics: Posted by Arx — Mon Mar 25, 2024 5:34 pm