Enabled the noUnusedLocals and added @tsignore

This commit is contained in:
Erich Gamma
2017-11-07 13:13:17 +01:00
parent c1bfc05014
commit c536efdfbc
202 changed files with 380 additions and 26 deletions

View File

@@ -19,6 +19,8 @@ import * as types from 'vs/workbench/api/node/extHostTypes';
import { ExtHostWorkspace } from 'vs/workbench/api/node/extHostWorkspace';
import * as vscode from 'vscode';
// @ts-ignore unused type
interface StringMap<V> {
[key: string]: V;
}