(_options?: OpenDialogOptions)
| 144 | } |
| 145 | |
| 146 | showOpenDialog(_options?: OpenDialogOptions): Thenable<Uri[] | undefined> { |
| 147 | // Return empty array for CLI |
| 148 | return Promise.resolve([]) |
| 149 | } |
| 150 | |
| 151 | async showTextDocument( |
| 152 | documentOrUri: TextDocument | Uri, |
no outgoing calls
no test coverage detected