mirror of
https://github.com/coder/code-server.git
synced 2026-05-14 08:17:27 +02:00
Fix syntax highlighting, process spawning, extensions, terminals (#22)
* Fix syntax highlighting, process spawning, extensions, terminals * Replace colons in toISOString * Move pathSets included in task
This commit is contained in:
@@ -3,4 +3,5 @@ syntax = "proto3";
|
||||
// Sent when a shared process becomes active
|
||||
message SharedProcessActiveMessage {
|
||||
string socket_path = 1;
|
||||
string log_path = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user