We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb95d39 commit 87c3e99Copy full SHA for 87c3e99
src/workspacesProvider.ts
@@ -73,7 +73,7 @@ export class WorkspaceProvider implements vscode.TreeDataProvider<vscode.TreeIte
73
return Promise.resolve(this.workspaces)
74
}
75
76
- // monitorMetadata opens a web socket to monitor metadata on the specified
+ // monitorMetadata opens an SSE endpoint to monitor metadata on the specified
77
// agent and registers a disposer that can be used to stop the watch.
78
monitorMetadata(agentId: WorkspaceAgent["id"], token: string): void {
79
const agentMetadataURL = new URL(`${this.storage.getURL()}/api/v2/workspaceagents/${agentId}/watch-metadata`)
0 commit comments