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

@@ -6,8 +6,6 @@
// Based on @sergeche's work on the emmet plugin for atom
// TODO: Move to https://github.com/emmetio/image-size
'use strict';
import * as path from 'path';
import * as http from 'http';
import * as https from 'https';