- Notifications
You must be signed in to change notification settings - Fork6.1k
Programmatically controllingcode-server
#7221
-
I want to control vscode programmatically, and I think Is there a programmatic client for code-server? Or is there an alternative way like CLI? (I searched for Programmatically, api, but had no luck) |
BetaWas this translation helpful?Give feedback.
All reactions
It could be implemented in an extension though, I think.
Replies: 1 comment 3 replies
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Not really, you can open files and folders from a local-only API or the cli ( |
BetaWas this translation helpful?Give feedback.
All reactions
-
It could be implemented in an extension though, I think. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I managed to achieve what I wanted using a custom extension. Thank you anyway! |
BetaWas this translation helpful?Give feedback.
All reactions
🎉 1
-
@kdy1 can you show me how you implemented this? I'm trying to do it for my students but can't get it to work yet. Thanks! |
BetaWas this translation helpful?Give feedback.