Organize imports

This commit is contained in:
Matt Bierner
2022-03-29 13:25:18 -07:00
parent 252515e59d
commit 4949f13d13
7 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* 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 * as vscode from 'vscode';
interface IPackageInfo {
name: string;