debt - remove some ts-ignored things

This commit is contained in:
Johannes Rieken
2017-11-07 17:23:19 +01:00
parent d2cc96626b
commit 6dc7e364d7
11 changed files with 15 additions and 43 deletions

View File

@@ -20,11 +20,6 @@ import { ExtHostWorkspace } from 'vs/workbench/api/node/extHostWorkspace';
import * as vscode from 'vscode';
// @ts-ignore unused type
interface StringMap<V> {
[key: string]: V;
}
/*
namespace ProblemPattern {
export function from(value: vscode.ProblemPattern | vscode.MultiLineProblemPattern): Problems.ProblemPattern | Problems.MultiLineProblemPattern {
@@ -465,4 +460,4 @@ export class ExtHostTask implements ExtHostTaskShape {
private nextHandle(): number {
return this._handleCounter++;
}
}
}