Remove use strict directives in extension code

We compile with alwaysStrict so these directives are not needed
This commit is contained in:
Matt Bierner
2018-10-02 16:02:44 -07:00
parent 4c8e61c049
commit dd3e2d94f8
32 changed files with 0 additions and 64 deletions

View File

@@ -3,8 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import { window, workspace, Uri, Disposable, Event, EventEmitter, DecorationData, DecorationProvider, ThemeColor } from 'vscode';
import * as path from 'path';
import { Repository, GitResourceGroup, Status } from './repository';