Skip to main content

VS Code Integration

You can integrate local GoingMerry model endpoints with VS Code using extensions such as Continue, Cline, or Roo Code.


1. Using Continue in VS Code

  1. Install the Continue extension from the VS Code Extension Marketplace.
  2. Click the gear icon at the bottom of the Continue sidebar to open the config.json file.
  3. Configure the local GoingMerry model endpoint in the settings JSON:
{
"models": [
{
"title": "GoingMerry",
"provider": "merry",
"model": "gemma4",
"apiBase": "http://localhost:11434"
}
]
}
  1. Save the file to instantly establish a connection.

2. Using Cline & Roo Code

For full agentic workflows (enabling VS Code to read files, run terminal commands, and perform workspace modifications offline):