vscode-objectscript
vscode-objectscript copied to clipboard
Go to definition
trafficstars
There is a bug when you click Go to definition on the label which is defined like this
label
DO gOverviewRefresh,
gDetail
QUIT
label2
DO gOverviewRefresh,
gDetail
QUIT
gDetail
QUIT
When you try to go to defintion of gDetail it does not take you to that label but to label where is used.