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
- Install the Continue extension from the VS Code Extension Marketplace.
- Click the gear icon at the bottom of the Continue sidebar to open the
config.jsonfile. - Configure the local GoingMerry model endpoint in the settings JSON:
{
"models": [
{
"title": "GoingMerry",
"provider": "merry",
"model": "gemma4",
"apiBase": "http://localhost:11434"
}
]
}
- 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):
- Refer to the Cline Integration Guide or the Roo Code Integration Guide.
- Both options connect using the local API URL
http://localhost:11434with high security and zero cloud data leaks.