Files
vscode/src
Tyler James Leonhardt b9e657dbf5 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.
2023-04-20 11:45:16 -07:00
..
2023-04-05 20:10:21 +02:00