Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dhall-lsp-server: Add option to only use ASCII when formatting and linting #1533

Merged
merged 3 commits into from
Nov 14, 2019

Conversation

EggBaconAndSpam
Copy link
Collaborator

@EggBaconAndSpam EggBaconAndSpam commented Nov 13, 2019

This implements server-side support for configuration via the LSP. Implements the so far only option 'vcsode-dhall-lsp-server.asciiOnly' (addresses #1529).

The current release version of the lsp client (i.e. vscode-dhall-lsp-server) does not yet pass configuration parameters on to the server; you need to build your own from this branch if you want to try this feature out right away.
Peek 2019-11-13 14-21

The config so far consists of a single `asciiOnly` flag (whose intended
behaviour is not yet implemented).
This commit adds functionality to the 'asciiOnly' flag, i.e. when turned
on we don't output fancy non-ascii characters. Needs a recent version of
the client to function -- the version on the marketplace does not relay
configuration data to the server yet!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants