mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Refactor DialogService to use model and contributions (#109980)
* refactor dialog service to use model and contrib * address comments * make inputargs extend showargs, same as result
This commit is contained in:
@@ -56,6 +56,7 @@ import 'vs/platform/undoRedo/common/undoRedoService';
|
||||
import 'vs/workbench/services/extensions/browser/extensionUrlHandler';
|
||||
import 'vs/workbench/services/keybinding/common/keybindingEditing';
|
||||
import 'vs/workbench/services/decorations/browser/decorationsService';
|
||||
import 'vs/workbench/services/dialogs/common/dialogService';
|
||||
import 'vs/workbench/services/progress/browser/progressService';
|
||||
import 'vs/workbench/services/editor/browser/codeEditorService';
|
||||
import 'vs/workbench/services/preferences/browser/preferencesService';
|
||||
|
||||
Reference in New Issue
Block a user