b4798d1a48
* Fix syntax highlighting, process spawning, extensions, terminals * Replace colons in toISOString * Move pathSets included in task
7 lines
150 B
Protocol Buffer
7 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Sent when a shared process becomes active
|
|
message SharedProcessActiveMessage {
|
|
string socket_path = 1;
|
|
string log_path = 2;
|
|
} |