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
@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import * as vscode from 'vscode';
import { default as VSCodeTelemetryReporter } from 'vscode-extension-telemetry';
import { default as VSCodeTelemetryReporter } from '@vscode/extension-telemetry';
interface IPackageInfo {
name: string;