Remove use strict directives in main vs code ts files

We compile using the alwaysStrict flag so these directives are not needed
This commit is contained in:
Matt Bierner
2018-10-02 16:05:44 -07:00
parent dd3e2d94f8
commit c63c97c128
411 changed files with 0 additions and 822 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 * as fs from 'fs';
import * as platform from 'vs/base/common/platform';
import product from 'vs/platform/node/product';