Open jpaveg opened 5 months ago
I'm seeing a similar error in WSL (the path should really be /c/Users/matti/.continue/config.json
):
[Extension Host] Error reading file EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, stat '/Users/matti/.continue/config.json'
at P.e (c:\Users\matti\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:152:6836)
at Object.stat (c:\Users\matti\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:152:3894)
at async _VsCodeIdeUtils.readFile (c:\Users\matti\.vscode\extensions\continue.continue-0.9.156-win32-x64\out\extension.js:366888:29)
at async VsCodeIde.readFile (c:\Users\matti\.vscode\extensions\continue.continue-0.9.156-win32-x64\out\extension.js:367434:16)
at async getTabCompletion (c:\Users\matti\.vscode\extensions\continue.continue-0.9.156-win32-x64\out\extension.js:41536:52)
at async _CompletionProvider.provideInlineCompletionItems (c:\Users\matti\.vscode\extensions\continue.continue-0.9.156-win32-x64\out\extension.js:41958:27)
at async ContinueCompletionProvider.provideInlineCompletionItems (c:\Users\matti\.vscode\extensions\continue.continue-0.9.156-win32-x64\out\extension.js:359803:27)
at async Q.provideInlineCompletions (c:\Users\matti\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\api\node\extensionHostProcess.js:153:118317)```
Before submitting your bug report
Relevant environment info
Description
When connecting to WSL folders, Continue hangs for about 15 seconds. After that time I am able to select a model from the dropdown, and the console is littered with over a dozen of the error listed below.
Seems to be an issue with the path - instead of looking for the
.prompts
folder in the continue folder, it's looking for it within my project folder.To reproduce
Connect to WSL in VSCode
Log output