mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Fix open external not working (#17717)
This commit is contained in:
@@ -327,7 +327,7 @@ export class ResultSerializer {
|
||||
} else {
|
||||
this._notificationService.prompt(
|
||||
Severity.Info,
|
||||
nls.localize('msgSaveSucceeded', "Successfully saved results to {0}", filePath.path),
|
||||
nls.localize('msgSaveSucceeded', "Successfully saved results to {0}", filePath.fsPath),
|
||||
[{
|
||||
label: nls.localize('openFile', "Open file"),
|
||||
run: () => {
|
||||
|
||||
Reference in New Issue
Block a user