Closed isc-bsaviano closed 7 months ago
Consider the following command:
DO loadGroupData(grp.%Id(), 0), saveGroup
This is a valid command with a valid arg list, but the Outline reports that saveGroup is a routine label definition. This is incorrect because labels that define code blocks must appear in the first column.
saveGroup
Moved from https://github.com/intersystems-community/vscode-objectscript/issues/1347#issuecomment-2056603821
Consider the following command:
This is a valid command with a valid arg list, but the Outline reports that
saveGroup
is a routine label definition. This is incorrect because labels that define code blocks must appear in the first column.Moved from https://github.com/intersystems-community/vscode-objectscript/issues/1347#issuecomment-2056603821