mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
First cut of #50416: Add support that FileSystemProviders can control the URI of a generated problem marker
This commit is contained in:
@@ -102,4 +102,8 @@ export interface TaskProcessEndedDTO {
|
||||
export interface TaskFilterDTO {
|
||||
version?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
export interface TaskSystemInfoDTO {
|
||||
platform: string;
|
||||
}
|
||||
Reference in New Issue
Block a user