Kim Kangho

Results 2 issues of Kim Kangho

## Name of an extension you are adding DeepScan ## Why do you think this extension is awesome? DeepScan is a JavaScript code inspection tool that helps to find bugs...

New Extension

I have a standard linter like: ``` provideLinter() { return { name: 'xxx', grammarScopes: this.grammers, scope: 'file', lintsOnChange: false, lint: async (textEditor) => { return this.inspect(textEditor); } } }, ```...

unconfirmed bug