Dallin Romney
Dallin Romney
Just noting that this search shows it https://plugins.jetbrains.com/search?excludeTags=internal&products=phpstorm&search=continue
@Snowman-25 are you still seeing this on recent prerelease/release?
Note using `selectedModelByRole.chat` is fixed here https://github.com/continuedev/continue/pull/5465
Hi @evertjr, agree it should not be throwing an error; we should change this to a warning message, since error messages will be shown regardless of the info/warning settings to...
note to self, error messages are shown by: - uncaught error in core, ide, or gui - ide.showToast("error" | "warning" | "info", ...) from core/gui Quick scan through the ~200...
PR opened https://github.com/continuedev/continue/pull/2619
@Micro66 could you try a newer version and see if the issue persists?
Ok! Thanks for the report, will keep related issues open!
@Patrick-Erichsen introduced some binary updates/handling that may have fixed this
@vincentkelleher do you need the maxDepth param specifically? We want to merge this with useLocalCrawling but maybe deprecate maxDepth in favor of an allowList/blockList pattern Apologies for the delays!