I would like to be able to interact with/control Visual Studio Code from an external python application.
It seems like it should be possible. I see that VSCode has a Visual Studio Code Server component that allows for it to be remotely-controlled by a client instance of the ui.
How could I attach to this and interact with it?
Or is there another approach to achieving the same goal?