1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-02-15 08:48:44 +00:00
code-server-2/packages/protocol/src/proto/vscode.proto

7 lines
150 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
// Sent when a shared process becomes active
message SharedProcessActiveMessage {
string socket_path = 1;
string log_path = 2;
}