diff --git a/src/connectionController.ts b/src/connectionController.ts index a648a2b29..95f9ad3bd 100644 --- a/src/connectionController.ts +++ b/src/connectionController.ts @@ -66,6 +66,7 @@ interface ConnectionQuickPicks { label: string; data: { type: NewConnectionType; connectionId?: string }; } + export default class ConnectionController { // This is a map of connection ids to their configurations. // These connections can be saved on the session (runtime),