Support folder-level settings, snippets and debug configurations for server-side (isfs) workspace folders. This feature requires a /_vscode webapp using the %SYS namespace.
Support webapp-type roots referencing a path that is an ancestor of one or more webapps that use the target namespace. For example isfs://server/?ns=%SYS&csp gives access to all %SYS webapps from a single root folder.
Enhance Add Server Namespace to Workspace... command and quickstart button to add webapp-type roots.
Remove requirement for namespaces to be uppercase in settings.
Add quickstart button to ObjectScript Explorer view when local folder is open but no objectscript.conn settings are available to it.
Add Jump to Tag + Offset command for MACs and INTs, and make it available via click on statusbar field.
Support server-side editing of other filetypes such as HL7, LUT.
Output a message when proposed APIs are enabled.
Connect FileSearchProvider to server. When VS Code is running with the --enable-proposed-api switch the QuickOpen field (Ctrl/Cmd+p) will now search connected servers for classes, routines etc.
Fix various debugging issues.
Fix problems with View Other.
Drop first-line 'ROUTINE' entry from label list shown in breadcrumb and Outline panel.
Pass path of webapp (CSP) files correctly to server-side source control class.
Support AfterUserAction reload signal from server-side source control class.
Prepare to coexist with upcoming language server extension.