You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great feedback @Larrylaswell! Tacking on an administrative note to mention this will relate to #14 and having the linting and syntax highlighting be driven by the dynamic selection of the language, same as the IntelliSense functionality.
OpenQMx64 3_4_19
VSCODE 1.46.1 Date 2020-06-17
Windows NTx64 10.0.18363
MV Basic / MV Extentions 2.08
To reproduce enter the following code:
FOR EACH name IN list
Display name
NEXT name
The linter flags the NEXT statement as an error. It look like it was expecting a
FOR I = 1 TO 10
. . . .
NEXT I
Works
The text was updated successfully, but these errors were encountered: