()
| 81 | applyNewDebugOption(): void; |
| 82 | currentDebugOption: DebugOption; |
| 83 | getDebugSession(): Promise<{ session: DebugSession } | undefined>; |
| 84 | handleBreakpointChange(e: BreakpointsChangeEvent): void; |
| 85 | hasPromptedAboutDebugSettings: boolean; |
| 86 | vmServices: { |
no outgoing calls
no test coverage detected