-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use Flexpilot AI in WSL2 #1
Comments
From VS Code 1.95 onwards the extension is by default on the right pane. If you look at the top, there will be a copilot icon which you can click to select panel chat. Is that visible? Alternatively, you can just press ctrl+I on your editor to check if quick chat opens up. If neither works, please confirm and we will have it checked. Thank you for reporting the issue. |
@avcode-exe , Thanks a lot for testing out our extension. The error you are seeing is because we are currently using the Node fs library directly to update argv.json, Due to which its not working when using remote tunnels. I am working on the fix for this to move to vscode.workspace.fs instead of node fs, and will keep this thread alive and posted on the progress. Thanks again, it's a good catch |
Hi, thanks for the work on this! Just to second the above, am getting the same error when attempting to install in a dev container. Here's the error log:
|
Hi @avcode-exe, @will-0! 🎉 We just launched FlexPilot version 1.95.1, which now supports remote servers like SSH, WSL, and more! 🚀 Please give it a try and let us know about your experience. Your feedback would be invaluable! Thank you so much! 🙏 |
I'm seeing this error again in v1.95.2.
Maybe because I have
I have a local AI service that I don't want to expose outside of my devcontainer, but do want Flexpilot to use. So Flexpilot needs to run in the container. Any leads on how can I get this working? |
Hi @mhykes , Thank you for bringing up this issue! 🙏 Yes, the behavior is due to the following setting: "remote.extensionKind": {
"flexpilot.flexpilot-vscode-extension": ["workspace"]
} Currently, the extension is designed to run in UI mode rather than workspace mode. This limitation stems from the way VS Code handles data storage:
Unfortunately, at this time, we don't have a workaround for this limitation. However, we understand the importance of supporting this feature and have added it to our roadmap. We'll explore potential solutions and aim to provide support for this in the future. Thank you for your patience and understanding! |
Hi, very impressive extension! Keep up the good works!
I want to use Flexpilot in WSL2 Ubuntu in Vscode, however it doesn't show up after installation. I've tried to reload the windows, but it still doesn't show up.
Btw, I disabled Github Copilot and Github Copilot Chat.
Log from Flexpilot:
Sidebar:
The text was updated successfully, but these errors were encountered: