VSCode
Last updated
Was this helpful?
Last updated
Was this helpful?
Visual Studio Code (VSCode) on Apolo is a full-featured, in-browser version of the popular IDE, Visual Studio Code. It is preinstalled with Python extensions and offers seamless MLflow integration, making it an ideal environment for developing, debugging, and managing machine learning projects. For more information about the VSCode app, as well as detailed instruction of how to use it in Apolo Console, visit the main page.
VSCode can be installed on Apolo either via the CLI or the Web Console. Below are the detailed instructions for installing VSCode using Apolo CLI.
Step 1 — Use the CLI command to get the application configuration file template:
Step 2 — Fill in the application parameters. Here is an example config file with some of those parameters:
Configuration Parameters Explained:
preset.name: Specifies the resource preset for the service, e.g., cpu-medium
.
vscode_specific.override_code_storage_mount: Overrides the default storage mount path for the VSCode application. Leave this field empty so you can use the default settings.
extra_storage_mounts: Adds additional storage mounts, allowing integration with Apolo Storage.
networking.http_auth: Enables HTTP authentication for added security.
Step 3 — Install the application into your Apolo project:
Monitor the application status transitions via CLI:
If you want to see logs of the application, use:
Step 4 — To uninstall the application via CLI, use: