mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +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 in his emmet plugin */
|
||||
|
||||
'use strict';
|
||||
|
||||
import { TextDocument, Position, Range, EndOfLine } from 'vscode';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user