mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fix compilation
This commit is contained in:
@@ -11,7 +11,7 @@ import { promises as fs } from 'fs';
|
||||
import * as path from 'path';
|
||||
import { xhr, XHRResponse, getErrorStatusDescription, Headers } from 'request-light';
|
||||
|
||||
import TelemetryReporter from 'vscode-extension-telemetry';
|
||||
import TelemetryReporter from '@vscode/extension-telemetry';
|
||||
import { JSONSchemaCache } from './schemaCache';
|
||||
|
||||
let telemetry: TelemetryReporter | undefined;
|
||||
|
||||
Reference in New Issue
Block a user