Cygnum DEV Editor connects VS Code to a Cygnum DEV environment so you can authenticate, mount remote folders, browse source held on the server, and open UniBasic files directly in the editor.
Features
Sign in with the configured Microsoft identity provider.
Mount the Cygnum remote file system into the VS Code Explorer.
Open remote source files through the cygnum-dev-editor file system provider.
Automatically assign the unibasic language mode to supported Cygnum files.
Refresh mounted remote files without reconnecting.
Open a specific record directly by ID when directory-style browsing is not practical.
Access to a Cygnum DEV environment and its backing API.
A working Microsoft authentication flow for the configured tenant and client IDs.
VS Code 1.103.0 or newer.
Remote File System Notes
When a Cygnum workspace folder is mounted, VS Code and installed extensions may probe the mounted tree. This extension reduces unnecessary traffic by supporting refresh-on-demand, lazy folder opening, and optional disabling of Git auto repository detection for the workspace.
Known Limitations
The remote file system depends on backend endpoints being available and authorized.
Explorer behavior is still ultimately driven by VS Code's file system APIs, so some background probing can still occur.
Write support depends on the configured backend implementing the expected file system endpoints.