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 { IEditorGroupsService, IEditorGroup, GroupsOrder } from 'vs/workbench/services/group/common/editorGroupsService';
import { GroupIdentifier } from 'vs/workbench/common/editor';
import { ACTIVE_GROUP, SIDE_GROUP } from 'vs/workbench/services/editor/common/editorService';