rcjsuen / dockerfile-language-server

A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
MIT License
377 stars 15 forks source link

Annotate deprecated MAINTAINER Diagnostic with DiagnosticTag.Deprecated #242

Closed rcjsuen closed 4 years ago

rcjsuen commented 4 years ago

The new DiagnosticTag support in LSP 3.15 can be used for annotating the Diagnostic of a MAINTAINER instruction.