continuedev / continuedev/continue
.continuerc.json not overriding config.json for Android Studio
Open
@RomneyDa is already working on this.
Since Jan 29, 2025.
area:autocomplete
kind:bug
needs-triage
os:mac
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Mac OS
- Continue version: 0.0.86
- IDE version: Android: AndroidStudio2024.1
- Model: _
- config.json:
Description
Expected:
I use two auto complete configs: follows:
"tabAutocompleteModel": {
"title": "Qwen Tab Autocomplete Model",
"model": "qwen2.5-coder:1.5b-base",
"provider": "ollama",
"apiBase": "https://192.168.185:11434/",
"requestOptions": {
"headers": {
"verifySsl": "false"
},
"caBundlePath": "/Users/sid/.ssh/truenas_npm_continue_dev.pem",
"clientCertificate": {
"cert": "/Users/sid/.ssh/truenas_npm_continue_dev.crt",
"key": "/Users/sid/.ssh/truenas_npm_continue_dev.key",
"passphrase": "XXXX"
}
}
}
OR
"tabAutocompleteModel": {
"title": "Mixtral Autocomplete Model",
"provider": "mistral",
"model": "codestral-latest",
"apiKey": "XXXXX"
},
I've tested the latest version of the plugin with VSCode version: 1.96.4 and using the latter in .continuerc.json override works as evidenced by idea's prompt logs as well as looking at my local GPU usage on my machine at vpn.itissid.me
To reproduce
- Open/Create a random Android Studio proeject.
- Create two tabAutocompleteModel configs
- Add one config to config.json and the other to .continuerc.json
- Observe prompt logs when you type.
Expected:
Prompt logs show the tab auto complete model being used is one in .continue.json
Actual:
Prompt logs show that the tab auto complete model being used is the one in config.json.
Log output
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.