dockerfile-language-server icon indicating copy to clipboard operation
dockerfile-language-server copied to clipboard

A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.

Results 13 dockerfile-language-server issues
Sort by recently updated
recently updated
newest added

LSP doesn't support heredoc syntax properly. https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/

Just found this plugin and getting quite excited but wondering if in future there might be support coming for docker-compose?

I would like to format using spaces instead of tabs.

Hello, I have a PR for adding a configuration for https://github.com/autozimu/LanguageClient-neovim to the documentation how should I go about doing this?

We should provide labels when calling `workspace/applyEdit` so that clients can use the `label` parameter to present something meaningful to the user if it wishes.

enhancement

We should inspect the client's `capabilities.textDocument.signatureHelp.signatureInformation.documentationFormat` property to determine what kind of markup the client supports. If it supports Markdown then we should use Markdown in the `documentation` field of...

enhancement

The Docker builder will create an error if the IP address of an `EXPOSE` instruction is invalid. We should publish a diagnostic for this same error. ```Dockerfile FROM scratch EXPOSE...

enhancement

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.8.4 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Here's the story so far: I'm futzing around with the heredoc support with Dockerfile syntax >=1.3, and it turns out to be excellent at applying small inline patches like so:...

Hi. I like this language server a lot, except for the semantic highlighting (when using Neovim). In particular, the semantic tokens overwrite the highlighting on bash commands, which I don't...