Remove use strict directives in extension code

We compile with alwaysStrict so these directives are not needed
This commit is contained in:
Matt Bierner
2018-10-02 16:02:44 -07:00
parent 4c8e61c049
commit dd3e2d94f8
32 changed files with 0 additions and 64 deletions

View File

@@ -5,8 +5,6 @@
// Based on @sergeche's work on the emmet plugin for atom
'use strict';
import { TextEditor, Range, Position, window, TextEdit } from 'vscode';
import * as path from 'path';
import { getImageSize } from './imageSizeHelper';