First cut of #50416: Add support that FileSystemProviders can control the URI of a generated problem marker

This commit is contained in:
Dirk Baeumer
2018-05-24 22:18:19 +02:00
parent 8f3f91d1f7
commit e0ce881040
11 changed files with 189 additions and 106 deletions

View File

@@ -102,4 +102,8 @@ export interface TaskProcessEndedDTO {
export interface TaskFilterDTO {
version?: string;
type?: string;
}
export interface TaskSystemInfoDTO {
platform: string;
}