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 35 forks source link

Format on save not working at all #92

Closed vaindil closed 5 years ago

vaindil commented 5 years ago

Expanding this from #76 because it seems to be a new issue. Format on save has stopped working entirely, not just depending on the command used. It happened both on 1.0.0 and 1.1.0 of the extension, my uninformed guess is that a VS Code change caused it.

My version: Version: 1.35.0-insider (user setup) Commit: a429fd13565d3392c87e31228ec9e8a2bf3708d5 Date: 2019-05-28T16:39:09.837Z Electron: 3.1.8 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 10.0.17763

Also reported on: Version: 1.34.0 (user setup) Commit: a622c65b2c713c890fcf4fbf07cf34049d5fe758 Date: 2019-05-15T21:59:37.030Z Electron: 3.1.8 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Windows_NT x64 10.0.16299

mauricekleine commented 5 years ago

Same here. The action is also not showing in the 'Source Action' context menu.

jerrygreen commented 5 years ago

Same here. I've tried to get back to 1.0.0 - it's working again. But 1.1.0 is broken :(

Tried with VS Code 1.34.0 (currently latest)

Important

Again: it does work in tslint 1.0.0.

mjbvz commented 5 years ago

Duplicate of #76