mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Organize Issue Services better (#180432)
The issue services were due for a clean up. They now have this shape: * `platform/issue` has the `IssueMainService`, the service running on the Main process that Desktop takes advantage of * `workbench/contrib/issue` has the contributions and the registered commands * `workbench/services/issue` has the services that the renderer side can use to launch the issue reporter. After this, I will work on getting out the raw IPC calls in the IssueMainService.
This commit is contained in:
committed by
GitHub
parent
233c88aede
commit
b9e657dbf5
@@ -38,6 +38,7 @@ import 'vs/workbench/services/textfile/electron-sandbox/nativeTextFileService';
|
||||
import 'vs/workbench/services/dialogs/electron-sandbox/fileDialogService';
|
||||
import 'vs/workbench/services/workspaces/electron-sandbox/workspacesService';
|
||||
import 'vs/workbench/services/menubar/electron-sandbox/menubarService';
|
||||
import 'vs/workbench/services/issue/electron-sandbox/issueMainService';
|
||||
import 'vs/workbench/services/issue/electron-sandbox/issueService';
|
||||
import 'vs/workbench/services/update/electron-sandbox/updateService';
|
||||
import 'vs/workbench/services/url/electron-sandbox/urlService';
|
||||
|
||||
Reference in New Issue
Block a user