diff --git a/playground/ty/src/Editor/Editor.tsx b/playground/ty/src/Editor/Editor.tsx index 3249080e0e..9a1cc31503 100644 --- a/playground/ty/src/Editor/Editor.tsx +++ b/playground/ty/src/Editor/Editor.tsx @@ -337,6 +337,7 @@ class PlaygroundServer const digitsLength = String(completions.length - 1).length; return { + incomplete: true, suggestions: completions.map((completion, i) => ({ label: { label: completion.name,