Please make this extension available to Open VSX marketplace, this will also make it directly available for VSCodium and Gitpod. Open VSX already has a bunch of COBOL extensions including some debuggers, but this one is missing, and especially with its interesting configurable approach this would be very nice.
Open VSX is a vendor-neutral open-source alternative to the Visual Studio Marketplace. It provides a server application that manages VS Code extensions in a database, a web application similar to the VS Code Marketplace, and a command-line tool for publishing extensions similar to vsce.
There is a guide for publishing and after the initial setup it is just a matter of osvx publish (similar to the MS marketplace). If you want to then there's also a GitHub action to auto-publish on tagging to both (or one) marketplace referenced there (but a manual upload is also possible).
Please make this extension available to Open VSX marketplace, this will also make it directly available for VSCodium and Gitpod. Open VSX already has a bunch of COBOL extensions including some debuggers, but this one is missing, and especially with its interesting configurable approach this would be very nice.
There is a guide for publishing and after the initial setup it is just a matter of
osvx publish(similar to the MS marketplace). If you want to then there's also a GitHub action to auto-publish on tagging to both (or one) marketplace referenced there (but a manual upload is also possible).