- AI-Assisted Notebook Development — Create and connect local notebooks to remote Wherobots compute and develop with GitHub Copilot
- Submit Job Runs — Submit Python scripts as Wherobots job runs
Start a workspace
The extension can create and start Wherobots workspaces directly from VS Code.- Open the Wherobots sidebar in VS Code.
- Click the button to create a new workspace.
- Choose the runtime configuration for your workspace.
- Wait for the workspace to provision. The extension displays status updates as the workspace starts.
Wherobots: Create Workspace.
Once the workspace is running, the extension automatically detects available kernels so you can
create and connect local Jupyter notebooks to the remote Wherobots runtime.
Workspace startup time varies by runtime size. Larger runtimes may take several minutes to provision.
Destroy a workspace
Stopping a workspace destroys your runtime in Wherobots, halting compute billing. You can start a new workspace later to resume work. To stop running workspaces:Other actions
The following actions are available for each workspace in the sidebar by right clicking on a running notebook workspace:| Action | Description |
|---|---|
| Connect Kernel | Connect the selected running workspace to a notebook kernel |
| Stop Workspace | Stop a running or starting workspace |
| Open in Browser | Open the workspace in the Wherobots Cloud Console |
| Open Spark UI | Open the Spark UI for a running workspace (when available) |
| Copy Jupyter URL | Copy the workspace Jupyter endpoint |
| Dismiss | Hide a failed workspace entry from the sidebar |
Wherobots: Refresh Workspaces from the Command Palette to refresh the workspace list.
Stopping a workspace destroys your runtime in Wherobots, halting compute billing while preserving the workspace configuration. You can start a new workspace later to resume work.
You can also manage workspaces from the
Wherobots Cloud Console.
Automatic MCP server configuration
The Wherobots VS Code extension automatically configures the Wherobots MCP Server in VS Code, providing one-click setup for AI-assisted development. Once configured, you can:- Explore spatial data catalogs through GitHub Copilot Chat
- Generate, validate, and execute Spatial SQL queries using natural language
- Discover dataset schemas without writing code
Cost considerations
Consider the following cost implications when using the Wherobots VS Code extension:- Workspaces and kernels: Running workspaces consume Spatial Units (SUs) for the duration they are active. Stop workspaces when not in use.
- Job runs: Billed based on runtime size and duration. See Runtimes for pricing details.
- MCP server queries: SQL Sessions started by MCP queries run on a Tiny runtime and terminate after 5 minutes of inactivity. See MCP Usage Considerations.
- Copilot usage: AI interactions count toward your GitHub Copilot usage limits. See Copilot Requests in the GitHub Documentation.
Troubleshooting
If you encounter issues with the Wherobots VS Code extension, try the following troubleshooting steps:Extension commands not appearing
Extension commands not appearing
- Verify the extension was installed successfully by checking the Extensions view for Spatial AI Coding Assistant by Wherobots
- Reload VS Code (Command Palette > Reload Window)
- Reinstall the extension from the VS Code Marketplace
Cannot connect to remote kernel
Cannot connect to remote kernel
- Confirm the workspace status is running
- Try
Wherobots: Refresh Workspacesfrom the Command Palette and reconnect from the kernel picker - Ensure Jupyter integration is enabled:
wherobotsjobsubmit.jupyterIntegrationEnabled - Review the VS Code Output panel for connection error details
Job submission fails
Job submission fails
- Verify your API key has permissions to submit jobs
- Check that the script path is valid and the file is accessible
- Review the VS Code Output panel for error details
- Confirm your Organization has sufficient Spatial Unit allocation
Copilot not using MCP server tools
Copilot not using MCP server tools
- Ensure Agent mode is selected in the Copilot Chat dropdown
- Verify the MCP server is running (Command Palette > MCP: List Servers)
- Confirm
wherobotsjobsubmit.mcpServerEnabledis true in VS Code Settings - Check that your API key is valid and re-check optional MCP runtime/region/timeout settings
- Start a new chat session if tools are not being discovered

