| 7 | |
| 8 | |
| 9 | interface DisplayDataMessage { |
| 10 | type: string; |
| 11 | value: { |
| 12 | id: string; |
| 13 | items: DataItem[]; |
| 14 | }; |
| 15 | } |
| 16 | |
| 17 | export function activate(context: vscode.ExtensionContext) { |
| 18 | // Get the API session token from the extension's configuration |
nothing calls this directly
no outgoing calls
no test coverage detected