Remove use stricts from ts files

This is implicit for modules
This commit is contained in:
Matt Bierner
2019-05-30 18:27:43 -07:00
parent dce3875a93
commit cc64fa1dc2
26 changed files with 0 additions and 28 deletions

View File

@ -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';