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

6 lines
128 B
Protocol Buffer
Raw Normal View History

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