continue
continue copied to clipboard
@url and @google context providers fail
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Ubuntu 22.04
- Continue: 0.9.57 (+prior 3 versions)
- IDE: VSCode 1.85.2 Flatpak
Description
@url and @google context providers fail (persists through uninstall / purge of .continue directory, IDE reload).
To reproduce
- Install continue.dev extension
- Add url / google context provider to config.
- Attempt to call @url or @google, both fail with same messaging. Other context providers working (docs, files, etc).
Log output
Dev Console:
workbench.desktop.main.js:769 Unknown provider null. Existing providers: file, diff, open, terminal, problems, codebase, docs, url, google
@devprimed can you include your config?
I'm seeing this with the default config, adding only the following to "contextProviders":
"contextProviders": [
{
"name": "diff",
"params": {}
},
{
"name": "open",
"params": {}
},
{
"name": "terminal",
"params": {}
},
{
"name": "problems",
"params": {}
},
{
"name": "codebase",
"params": {}
},
{
"name": "docs",
"params": {}
},
{
"name": "url",
"params": {}
},
{
"name": "google",
"params": {
"serperApiKey": "key-here"
}
}
]
'@docs' successfully fetches and indexes external urls, it's seemingly just @url and @google failing in these tests. They also appear to populate the dropdown appropriately: