mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Add compile an decompile commands
This commit is contained in:
parent
8c3c43a34a
commit
6f4806bfb3
5 changed files with 74 additions and 3 deletions
|
@ -69,6 +69,10 @@ class CompletionItemKind(enum.IntEnum):
|
|||
TypeParameter = 25
|
||||
|
||||
|
||||
class ErrorCode(enum.IntEnum):
|
||||
RequestFailed = -32803
|
||||
|
||||
|
||||
@dataclass
|
||||
class Completion:
|
||||
label: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue