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 { asThenable } from 'vs/base/common/async';
import { URI, UriComponents } from 'vs/base/common/uri';
import { TPromise } from 'vs/base/common/winjs.base';