vscode-dhall-lsp-server icon indicating copy to clipboard operation
vscode-dhall-lsp-server copied to clipboard

VSCode pluging that provides LSP support for the Dhall programming language

Results 13 vscode-dhall-lsp-server issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

As the title says, I'd like to suggest adding integration with dhall format.

Hi, the extension setting does not recognise VS Code variables like `${workspaceFolder}` in LSP path field. I'm using a similar setting in Haskell Language Server to point to a HLS...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

While trying to work out a fix for the problem with https://github.com/dhall-lang/vscode-dhall-lsp-server/issues/37 (though this effort was mostly wasted, as the problem was probably on the lsp side), I found a...

## Overview Creating an empty file makes LSP client stop working and demands reload of an entire workspace (not restarting LSP). Editing existing (well-formed) dhall file and leave it ill-formed...

When vscode recommends I get an extension, it update `ext:dhall` to the extension search. This plugin does not show. it shows when the user types `dhall`. It should show this...

`.env` files can be used to configure environment variables for a project. A lot of tools respect these. It would be great if the extension could set them before starting...

Some people do not rely on the default registry and use open-vsx.org for extensions. It would be great if the project could also be published there (officially).

If I open VS Code (from the program being closed), switch to a new workspace, reload the window, etc. (i.e. do anything that loads extensions) with a Dhall file as...