mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
open external for files from results serialize (#8666)
This commit is contained in:
@@ -27,6 +27,6 @@ export class OpenFileInFolderAction extends Action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
return this.openerService.open(URI.file(this.path));
|
return this.openerService.open(URI.file(this.path), { openExternal: true });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user