microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
188 stars 34 forks source link

Panel shows automatically on startup on error #32

Closed bpasero closed 5 years ago

bpasero commented 5 years ago

The pattern of opening a panel on error is not encouraged by VSCode. I noticed this: https://github.com/Microsoft/vscode-tslint/blob/master/tslint/extension.ts#L176

I suggest to use a notification instead that is easier for the user to deal with. A panel is not easy to dismiss, takes a lot of vertical space and destroys my current workbench layout.

egamma commented 5 years ago

@bpasero makes a lot of sense. However, this extension is about to be deprecated in favor of https://github.com/Microsoft/vscode-typescript-tslint-plugin.

mjbvz commented 5 years ago

The plugin version of the extension does not open any panels itself. All output is through the TS extension which also does not automatically open any panels