VS Code
Last updated
Was this helpful?
Last updated
Was this helpful?
This action runs an instance of and runs in in the default web browser.
It requires the name of the image on which to run VS Code and references to the following 5 volumes: data, code, config, notebooks, and results. These volumes will be mounted to /project/data
, /project/modules
, /project/config
, /project/notebooks
, and /project/results
respectively.
image
The name of the image on which to run the VS Code instance. Default is ghcr.io/neuro-inc/base:latest
. If you use an image that's not derived from ghcr.io/neuro-inc/base
, make sure it has the installed.
job_name
Predictable subdomain name that will replace the job's ID in the full job URI. ""
by default
http_port
HTTP port to use for VS Code. "8080"
by default.
http_auth
Whether to use HTTP authentication for VS Code Web UI or not. "True"
by default.
volumes_data_remote
Reference to a data volume.
volumes_code_remote
Reference to a code volume.
volumes_config_remote
Reference to a config volume.
volumes_notebooks_remote
Reference to a notebooks volume.
volumes_results_remote
Reference to a results volume.
Feel free to check the .