mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -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() {
|
||||
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