mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Organize imports
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user