mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Added feature for opening file after exporting to CSV/XLS/JSON & query files (#2216)
* Fix #746. Added prompt for opening saved file location/file after save. This fix includes saving of JSON/CSV/Excel & saving of a new SQL file. * Changed var to let. Moved code from vs dir to sql. Removed support for showing file location after file save. (Will be moved to another PR). #746
This commit is contained in:
@@ -62,7 +62,7 @@ export class QueryEditorService implements IQueryEditorService {
|
||||
@IWorkbenchEditorService private _editorService: IWorkbenchEditorService,
|
||||
@IEditorGroupService private _editorGroupService: IEditorGroupService,
|
||||
@INotificationService private _notificationService: INotificationService,
|
||||
@IConnectionManagementService private _connectionManagementService: IConnectionManagementService,
|
||||
@IConnectionManagementService private _connectionManagementService: IConnectionManagementService
|
||||
) {
|
||||
QueryEditorService.editorService = _editorService;
|
||||
QueryEditorService.instantiationService = _instantiationService;
|
||||
|
||||
Reference in New Issue
Block a user