| 58 | }; |
| 59 | |
| 60 | interface VsCodeApi { |
| 61 | postMessage(msg: Record<string, any>): void; |
| 62 | setState(state: Record<string, any>): void; |
| 63 | getState(): any; |
| 64 | } |
| 65 | |
| 66 | declare function acquireVsCodeApi(): VsCodeApi; |
| 67 |
no outgoing calls
no test coverage detected