mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user