| 3 | import { Event } from 'vscode'; |
| 4 | |
| 5 | export interface GoLiveEvent { |
| 6 | readonly runningPort: number; |
| 7 | readonly pathUri?: string; |
| 8 | } |
| 9 | |
| 10 | export interface GoOfflineEvent { |
| 11 | readonly runningPort: number; |
nothing calls this directly
no outgoing calls
no test coverage detected