intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
108 stars 49 forks source link

Wrong collapsing of label #1374

Closed Patresko closed 5 months ago

Patresko commented 5 months ago

Hello if you have for example code like this

writeToConsole

 W !, "TEST"

 DO sampleLabel,
       sampleLabel2

 QUIT

And you will try to collapse writeToConsole you will get this result

image

isc-bsaviano commented 5 months ago

@Patresko Folding ranges are provided by the Language Server extension, so I'll move this issue to that repository.