Fix compilation

This commit is contained in:
Logan Ramos
2022-01-19 16:18:04 -05:00
parent 29c372ff67
commit c047af40b2
11 changed files with 11 additions and 11 deletions

View File

@@ -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;