mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 07:59:34 +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;
|
|
} |