rcjsuen / dockerfile-language-service

Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
MIT License
16 stars 2 forks source link

Adopt folding API #33

Closed rcjsuen closed 6 years ago

rcjsuen commented 6 years ago

There is a new folding API that will likely become a part of the LSP specification (see Microsoft/language-server-protocol#418). We should add support for this when it becomes official.