Set up and use Coder
Provision a Coder workspace
-
Navigate to your Coder instance and sign in. By default, this will be at https://coder.artificial.app/workspaces.
-
Select a template to create a new workspace. A workspace is your personal, customisable development environment.
Work in Coder
To begin working in your Coder workspace:
-
Navigate to your Coder instance and sign in. By default, this will be at https://coder.artificial.app/workspaces.
-
Select a workspace.
-
Select an IDE. The following are currently supported:
-
Cursor Desktop. You must run
install-extensionsin the terminal to install Brossa extensions before use.
-
Connect to your environment:
-
Navigate to the terminal. For VS Code Web:
-
Select Settings from the bottom left, then select Command Palette.
-
Enter
Terminal: Create new terminal.
-
-
Run the following command, replacing
<your-environment>with the name of your environment:console -e <your-environment>The authentication process is automatically triggered.
Run the command consolefor a list of all environments available to you.
-
-
Select Open, and complete the authentication process in your browser.