You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This sounds fun, and we can actually have someone in discord asking for this, so there's some demand.
For some reason, code completion already works. This tells us Refact Extension can communicate with the remote machine. But chat cannot, maybe because it communicates directly from javascript code within sidebar.
Maybe there's easy way to make chat work as well? Investigation needed!
You can actually have all of your source files and run your program at a remote location, using this VSCode feature: https://code.visualstudio.com/docs/remote/ssh
This sounds fun, and we can actually have someone in discord asking for this, so there's some demand.
For some reason, code completion already works. This tells us Refact Extension can communicate with the remote machine. But chat cannot, maybe because it communicates directly from javascript code within sidebar.
Maybe there's easy way to make chat work as well? Investigation needed!
CONTRIBUTING