tweaks to playground

This commit is contained in:
2024-11-08 19:50:26 -08:00
parent ed44d427cd
commit adc967c464
6 changed files with 18 additions and 10 deletions

View File

@@ -74,6 +74,7 @@ function Editor({ initialValue }: EditorProps) {
language: "newt",
theme: "vs",
automaticLayout: true,
acceptSuggestionOnEnter: "off",
unicodeHighlight: { ambiguousCharacters: false },
minimap: { enabled: false },
});