mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
send telemetry message when extensions generate warning during real world run, #27090
This commit is contained in:
@@ -48,7 +48,9 @@ export class MessagesCollector {
|
||||
this._messages.push({
|
||||
type: type,
|
||||
message: message,
|
||||
source: source
|
||||
source: source,
|
||||
extensionId: undefined,
|
||||
extensionPointId: undefined
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user