continuedev / continuedev/continue
After switching windows, link to file in other window causes error
Open
@RomneyDa is already working on this.
Since Jan 9, 2025.
ide:vscode
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:*
- Continue version:0.8.66
- IDE version:VSC
Description
Either we're not gracefully handling files that aren't found in the workspace, OR it's a problem with the brackets in the path. I think the former
To reproduce
No response
Log output
Invalid uri: /Users/natesesti/Documents/continue-all/remote-config-server/app/app/onboarding/redirect/[ideScheme]/page.tsx
Error: Invalid uri: /Users/natesesti/Documents/continue-all/remote-config-server/app/app/onboarding/redirect/[ideScheme]/page.tsx
at findUriInDirs (http://localhost:5173/@fs/Users/natesesti/Desktop/continue/core/util/uri.ts:21:15)
at FilenameLink (http://localhost:5173/src/components/markdown/FilenameLink.tsx:28:40)
at renderWithHooks (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:11568:26)
at mountIndeterminateComponent (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:14946:21)
at beginWork (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:15934:22)
at beginWork$1 (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:19781:22)
at performUnitOfWork (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:19226:20)
at workLoopSync (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:19165:13)
at renderRootSync (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:19144:15)
at recoverFromConcurrentError (http://localhost:5173/node_modules/.vite/deps/chunk-V5LT2MCF.js?v=9d70d634:18764:28)
Restart
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.