Hi all, it's finally time for the next release of VSCode ObjectScript extension. So what's new in this release.
- Debugging support, for classes, routines and attach to a running process
Files in Server Explorer now can be edited
Added more details about connection errors
Improvements in Server Explorer build tree
- Fixed memory leak when exporting large amount of files
- Server view can be opened in explorer as virtual file system with schema `isfs://`
- Option to suppress popup information message about successful compile, ("objectscript.suppressCompileMessages": true)
- Export, addCategory setting have more flexibility in naming category for exported items
- Formatting for commands and functions, as Word, UPPER or lower
- Some improvements in syntax highlighting
- Some other small fixes