Use Strict

This commit is contained in:
Josh Johnson 2015-11-24 16:44:20 -05:00
parent 01fd1e68e3
commit 2275c834ff
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
'use strict';
import { extensions, Extension } from 'vscode'; import { extensions, Extension } from 'vscode';
export class ExtensionManifestReader { export class ExtensionManifestReader {