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

@ -2,7 +2,6 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import { TextEditorCursorStyle, Position, Range, Selection, TextEditor, TextEditorRevealType, window } from 'vscode';