feat: expand daemon status diagnostics
This commit is contained in:
@@ -52,6 +52,8 @@ export type GatewayService = {
|
||||
readCommand: (env: Record<string, string | undefined>) => Promise<{
|
||||
programArguments: string[];
|
||||
workingDirectory?: string;
|
||||
environment?: Record<string, string>;
|
||||
sourcePath?: string;
|
||||
} | null>;
|
||||
readRuntime: (
|
||||
env: Record<string, string | undefined>,
|
||||
|
||||
Reference in New Issue
Block a user