VSCode Remote Commons ExtensionProvides useful workspace APIs for UI extensions to work smoothly while being able to interact with remote machine. It's currently required by the Leaderkey extension. This extension is under active development. We'll bump major version when breaking changes are made, and minor versions when new APIs are introduced. APIsWe plan to provide sample typescript code to interact with this extension, but for now you can refer to the Leaderkey implementation (https://github.com/JimmyZJX/leaderkey/blob/main/src/common/remote.ts). Currently, we support the following APIs Process
Filesystem
Environment/VSCode
|