Replies: 7 comments 2 replies
-
Hi @CodePangZ can you provide more context? I will convert this to a discussion for now as this seems to be a general languageclient/languageserver question. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@CodePangZ can you share a reproducible example? Otherwise, I don't know how to help you. I can just guess. |
Beta Was this translation helpful? Give feedback.
-
test-backend.zip Sorry, I can't upload to Git right now. Here are the compressed packages for the front-end and back-end. After decompressing, just run |
Beta Was this translation helpful? Give feedback.
-
In the first init RPC request sent by the client to the server, the capability list did not include inlineCompletion. |
Beta Was this translation helpful? Give feedback.
-
@kaisalmen Does the Monaco language client not support the inlineCompletion feature for the time being? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The lsp server has enabled the inlineCompletion capability, but the client has not sent the textDocument/inlineCompletion RPC request.
Beta Was this translation helpful? Give feedback.
All reactions