Scalingo Companion
Bring the Scalingo dashboard within VSCode with Scalingo Companion.
Browse your apps and open their logs within VSCode with ease.

Features
App browser
All your apps at a glance, with visual indicators of their runtime status.

App logs
Open the most recent logs of your apps with a single click. You can even
stream the logs in real-time!
Logs are opened or streamed within the VSCode output panel, which brings powerful
tools out-of-the-box, like its filtering capabilities, or the possibility to open
the Output in an Editor.

App deployments
List the apps most recent deployments with visual indicators of their status,
and open their logs with a single click in VSCode output panel.

Support osc-fr1
and osc-secnum-fr1
Connect using a Scalingo access token (https://dashboard.scalingo.com/account/tokens).
The extension will then connect automatically to osc-fr1
.
If you have access to our secnum region osc-secnum-fr1
, it will also be available!

Note: your Scalingo access token is safely stored within a VSCode data storage dedicated to secrets (ExtensionContext.secrets).
Getting Started
- Install the extension from the VS Code marketplace
- Click the Scalingo icon in the activity bar
- Add a Scalingo API Token (use the button
Add a Scalingo API Token
, or the command (Ctrl
+Shift
+P
) Scalingo Companion: Set API Token
)
The extension will reload automatically and the app browser will show you your apps.
You can change your API Token anytime using the command (Ctrl
+Shift
+P
) Scalingo Companion: Set API Token
.
If you want to remove the API Token, use the same command (Ctrl
+Shift
+P
) Scalingo Companion: Set API Token
, then fill-in the input with a single -
(hyphen) character.
Requirements
- Visual Studio Code 1.96.0 or higher
- A Scalingo account
Known Issues
When reloading a single application, the review apps are not refreshed. So if you want to refresh
the review apps for an application, you need to reload the whole region.
Release Notes
0.0.2
This version fix an issue with the global "reload" button, and improve
documentation by adding screenshots in the README
Fixed
- Fixed the "reload" button to reload the whole tree-view
Documentation
- Enhanced README with screenshots
0.0.1
Very first release, bringing the app browser and log viewers for apps and deployments, and log streaming for apps.