Remove no longer necessary 'use strict'

This commit is contained in:
Alex Dima
2018-11-07 19:55:34 +01:00
parent 40a6a2db9a
commit b60903d3c2
11 changed files with 0 additions and 21 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 { IMainContext, MainContext, MainThreadClipboardShape } from 'vs/workbench/api/node/extHost.protocol';
import * as vscode from 'vscode';