code-server/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;
}