microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
11.16k stars 787 forks source link

Add string value definition #1893

Closed MariaSolOs closed 8 months ago

MariaSolOs commented 8 months ago

Adds the definition of StringValue, which is currently used in the metamodel by inline completions.

MariaSolOs commented 8 months ago

@dbaeumer I think we should remove the insertTextFormat property from InlineCompletionItem: https://github.com/microsoft/language-server-protocol/blob/a1766bb2c70bb8e847a22ca99f933047716d9a64/_specifications/lsp/3.18/language/inlineCompletion.md?plain=1#L233-L237

Why?

dbaeumer commented 8 months ago

@MariaSolOs makes perfekt sense to remove insertTextFormat

MariaSolOs commented 8 months ago

@MariaSolOs makes perfekt sense to remove insertTextFormat

Alright, doing that here: #1894 :)