eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Suggestion for config improvements #225

Closed planger closed 5 years ago

planger commented 5 years ago

This change switches from the deprecated eg2.tslint extension to the now current ms-vscode.vscode-typescript-tslint-plugin. Moreover, this fixes the configuration that errors and warnings would show up in the editor and that quick-fix would work reliably on save.

Moreover, this omits the usage of import-splitnsort and relies on typescript-hero only. I feel that this is the more stable option for now, but this is open for discussion.

@tortmayr Let me know what you think! Thanks!

tortmayr commented 5 years ago

I added some minor config improvements and reorganized all import statements to conform to the TypescriptHero format