Skip to content

Commit 68acf2c

Browse files
committed
correct CompletionContext type
1 parent 5b0f875 commit 68acf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotcode/language_server/common/lsp_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ def __repr__(self) -> str:
15141514
@dataclass
15151515
class CompletionContext(Model):
15161516
trigger_kind: CompletionTriggerKind
1517-
trigger_character: Optional[str]
1517+
trigger_character: Optional[str] = None
15181518

15191519

15201520
@dataclass

0 commit comments

Comments
 (0)