MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / showDialog

Function showDialog

src/rstudioapi.ts:161–165  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

159}
160
161export function showDialog(message: string): void {
162
163 void window.showInformationMessage(message);
164
165}
166
167export async function navigateToFile(file: string, line: number, column: number): Promise<void>{
168

Callers 1

dispatchRStudioAPICallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected