fix: report companion console runtime status

This commit is contained in:
2026-06-28 16:13:33 +09:00
parent ee25cfbcfd
commit 3be193223c
2 changed files with 71 additions and 4 deletions
@@ -9,6 +9,7 @@ export type { PodProtocolEvent, PodProtocolMethod, PodProtocolSegment };
export type ExtensionPoint = {
status: string;
note: string;
diagnostics: Diagnostic[];
};
export type WorkspaceResponse = {