mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +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