mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Remove use stricts from ts files
This is implicit for modules
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { window, commands, ExtensionContext } from 'vscode';
|
||||
import { showQuickPick, showInputBox } from './basicInput';
|
||||
|
||||
Reference in New Issue
Block a user