mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
cli: initial wsl control server
Adds an stdin/out json rpc server for wsl. Exposes a singular install_local command to install+boot the vscode server on a port from a local archive. Also refines the common rpc layer some more. I'm decently happy with it now.
This commit is contained in:
@@ -19,3 +19,4 @@ pub mod update_service;
|
||||
pub mod util;
|
||||
|
||||
mod rpc;
|
||||
mod json_rpc;
|
||||
|
||||
Reference in New Issue
Block a user