Panel base URL, e.g. https://panel.example.com. Required.
server
Server UUID. Required.
apiKey
Optional API key for an ephemeral, non-persisted session.
console
When truthy (1/true), also attach to the server console.
file
Optional path (relative to the server root) to open in the editor after mounting.
When the link opens into a fresh window, the file explorer is revealed automatically.
Requirements
VS Code ^1.120.0
A Ferox Hosting account with access to one or more servers
Building
pnpm install
pnpm compile
To produce an installable .vsix and install it locally:
pnpm package
pnpm code:install
Credits
This extension is a fork of Calagopus for VSCode, originally created by the Calagopus authors (Calagopus and 0x7d8). Huge thanks to them for the original work, which is licensed under the MIT License. See LICENSE for details.