The VSCode Central Remote Config extension allows users to load and configure their Continue settings from a remote server. This extension provides a simple way to manage ~/.continue/config.json Continue configuration file, replacing placeholders with user-provided API key.
Features
Load configuration <Config Label> from the remote server <Remote End Point>.
Automatically replace placeholders <Api Key Pattern> in the configuration file with user-provided API key <Api Key>.
Edit settings and download remote configuration options from the status bar CRC icon.
The CRC icon comes now with a tick or a cross to help the user identify if the local configuration is up to date.
Installation
Open VSCode and navigate to the Extensions panel.
Search for "central-remote-config" in the Marketplace.
Click on the extension result to open its details page.
Click on the Install button to install the extension.
Usage
Click on the CRC status bar item and select Edit settings to open the settings panel.
Update the configuration options as needed.
Settings
Description
Remote End Point
The remote end-point of the remote configuration file.
Api Key
The user API key that replaces the Api Key Pattern pattern in the remote configuration file. (Optional)
Config Label
The name of the remote configuration file. Default value: default.yaml.
Api Key Pattern
The pattern to substitute in the remote configuration file. Default value: __CRC_API_KEY__ .
Continue Directory
The configuration continue directory. Default value: .continue.
Click on the CRC status bar item and select Download remote configuration to install the updated configuration file.