We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LSP hover documentation is broken due to wrong text formatting
Install pact-lang extension on vscode and make sure you have pact-5 installed then try to hover on one of the builtins
It render the correct format
documentHover lsp handler return ANSI formatted doc instead of raw markdown since this commit https://github.com/kadena-io/pact-5/commit/179cce6613b973227be756aa779ad90777c15064#diff-e56804155c4171a1d52905440[…]84bfff2166f503dd829fe0821bb9R48
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
LSP hover documentation is broken due to wrong text formatting
Steps to reproduce
Install pact-lang extension on vscode and make sure you have pact-5 installed then try to hover on one of the builtins
Expected Behavior
It render the correct format
Debug Information
documentHover lsp handler return ANSI formatted doc instead of raw markdown since this commit https://github.com/kadena-io/pact-5/commit/179cce6613b973227be756aa779ad90777c15064#diff-e56804155c4171a1d52905440[…]84bfff2166f503dd829fe0821bb9R48
The text was updated successfully, but these errors were encountered: