Polymer / vscode-plugin

Provides autocompletion, linting, and more for web components.
Other
74 stars 11 forks source link

Support fixing all warnings in the document on save. Add command to fix all warnings in package. #84

Closed rictic closed 6 years ago

rictic commented 6 years ago

Won't do anything until this PR is released: https://github.com/Polymer/polymer-editor-service/pull/72

rictic commented 6 years ago

Most of this support code should not be necessary. It's working around https://github.com/Microsoft/vscode-languageserver-node/issues/274

Hopefully other editors will support the server listening for onWillSave events.

EDIT: no I was just holding it wrong :X

rictic commented 6 years ago

Originally there was a bunch of changes in extension.ts but thanks to some poking around, and some answers by LSP and Vscode peeps, this is now mostly just a version bump PR, plus a CHANGELOG update.

How cool is that!