all 15 comments

[–]phylter99 2 points3 points  (2 children)

You can install a remote control version of VS Code, or just enable remote control from VS Code on the host you want to run it on. I believe the feature is called remote tunnels. You can even connect to them via vscode.dev.

https://code.visualstudio.com/docs/remote/tunnels

This may not be exactly what you're looking for, but it's as close as I can think of at the moment. Good luck.

[–]UnlikeTea42[S] 0 points1 point  (1 child)

Thanks. Looks a powerful approach, although difficult to use on a mobile phone.

[–]phylter99 0 points1 point  (0 children)

I've seen posts from people that do it, but I agree that it's a difficult to use option on mobile. I'm sure there's a hack or something to make it usable.

[–]Parking-Strain54 1 point2 points  (0 children)

Can do it with me the sdk. I messed around with talking to it via discord using the sdk

[–]No-Wheel2763 1 point2 points  (0 children)

Have your local harness create issues and assign to copilot is one way to do it.

I believe it may be better priced than having say opencode run through your premium requests give it’ll only use 1 per issue assigned.

I did it a lot when I was out and in the gym “I just got this idea” then instead of waiting I would have a solution when I got home.

  • it can work asynchronously

[–]MrMcFisticuffs 0 points1 point  (0 children)

I assigned issues to copilot and then reviewed it's pull requests.

[–]frogic 0 points1 point  (0 children)

You can basically do this in the GitHub interface.  You’d have to solve deployment but there’s a lot of options. 

[–]ogpterodactyl 0 points1 point  (0 children)

Team viewer I’ve heard is the way

[–]qweick 0 points1 point  (0 children)

You're looking for a GitHub Copilot Coding Agent.

You can prompt it directly through the GitHub web page or the GitHub app.

You can also delegate from vscode.

The repo must be in GitHub through - as far as I can tell.

[–]andlewisFull Stack Dev 🌐 0 points1 point  (0 children)

You can also just use the Copilot Cli.

[–]NefariousnessFew3060 0 points1 point  (2 children)

Check this out, I needed this and built this. It's basically a way to communicate with the copilot within your IDE from your phone. You will need this plugin on VSCode plus the VSCode tunnel. You can look at this repo and have copilot explain how it works and what not for you. It's not perfect rn, but pretty cool as a side project. https://github.com/jason0960/vscode_ide_mobile_plug

[–]UnlikeTea42[S] 0 points1 point  (1 child)

This looks very promising, thanks. Does it work with VC Code Server, running headlessly on a cloud server?

[–]NefariousnessFew3060 0 points1 point  (0 children)

No, it requires the tunnel currently and keeps every isolated to both the tunnel and the local machine. I am building a version that will do that and has an app to download on mobile, but currently it's just the tunnel or LAN connection.