mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-02-15 00:38:45 +00:00
* 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;
|
|
} |