Skip to content

Commit 9d39f4b

Browse files
committed
remove notification vscode.window.showInformationMessage
1 parent f2939f7 commit 9d39f4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/topoViewer/backend/topoViewerWebUiFacade.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ export class TopoViewer {
664664

665665
result = `Environment JSON successfully saved to disk at ${environmentJsonPath.fsPath}`;
666666
log.info(result);
667-
vscode.window.showInformationMessage("Environment saved to disk.");
668667
} catch (innerError) {
669668
result = `Error saving environment JSON to disk.`;
670669
log.error(`Error in 'save-environment-json-to-disk': ${JSON.stringify(innerError, null, 2)}`);

0 commit comments

Comments
 (0)