Remove use strict directives in main vs code ts files (part 2)

We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
This commit is contained in:
Matt Bierner
2018-10-02 16:11:05 -07:00
parent c63c97c128
commit 8087b0a8d8
537 changed files with 0 additions and 537 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 { join } from 'vs/base/common/paths';
import { LogLevel } from 'vs/workbench/api/node/extHostTypes';