Open sh2 opened 7 months ago
I can confirm the exact same error.
- OS: Windows 11
- Continue: 0.9.103(preview)
- IDE: VSCode 1.87.2
Happens for me as well, although I only got it to happen reliably with a brand new file, following the reproduce steps in the OP.
- OS: Windows 11
- Continue: v0.9.119 (pre-release)
- IDE: VSCode 1.89.0-insider
- LLM: Ollama 0.1.32(on windows) running starcoder2 for autocomplete
Open a new file in the folder. Put in text console.log(
and then get "unable to resolve resource" for the current file.
use vscode.Uri.file instead of vscode.Uri.parse?
Before submitting your bug report
Relevant environment info
Description
When using autocomplete in JavaScript, an error occurs when I enter open brackets. Autocomplete itself is working in my environment ;-)
To reproduce
Windows itself:
Remote SSH from Windows to Linux:
Log output