-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Programmatically controlling code-server
#7221
-
I want to control vscode programmatically, and I think code-server
would be better to use than client-side vscode.
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)
Beta Was this translation helpful? Give feedback.
All reactions
It could be implemented in an extension though, I think.
Replies: 1 comment 3 replies
-
Not really, you can open files and folders from a local-only API or the cli (code-server -r file
) but not anything else.
Beta Was this translation helpful? Give feedback.
All reactions
-
It could be implemented in an extension though, I think.
Beta Was this translation helpful? Give feedback.
All reactions
-
I managed to achieve what I wanted using a custom extension. Thank you anyway!
Beta Was 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!
Beta Was this translation helpful? Give feedback.