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
I'm using this as a language server together with foundry and coc.nvim. Since it's not published on npm yet, I installed locally
foundry
coc.nvim
git clone [email protected]:juanfranblanco/vscode-solidity.git cd vscode-solidity npm ci npm run prepublishOnly npm link
Readme says formatting can be provided by forge, but 'InitializeResult' lsp response doesn't include this capability. see issue neoclide/coc.nvim#4869
Readme
forge
The text was updated successfully, but these errors were encountered:
@sify21 that is not done in the lsp it is done via the client side.
Sorry, something went wrong.
Oh, I thought lsp was working like a proxy, directing formatting request to the actual formatting provider which is Forge or Prettier
formatting request
formatting provider
Forge
Prettier
In this scenario it works in the "client" side not the lsp
It will need to be investigated how to move it all to the lsp
No branches or pull requests
I'm using this as a language server together with
foundry
andcoc.nvim
. Since it's not published on npm yet, I installed locallyReadme
says formatting can be provided byforge
, but 'InitializeResult' lsp response doesn't include this capability. see issue neoclide/coc.nvim#4869The text was updated successfully, but these errors were encountered: