disable quickSuggestions

Fixes #10
pull/43/head
Alexander Bentkamp 2 years ago
parent 221927942f
commit 450f32a56b

@ -218,6 +218,7 @@ function useLevelEditor(worldId: string, levelId: number, codeviewRef, initialCo
useEffect(() => {
const editor = monaco.editor.create(codeviewRef.current!, {
glyphMargin: true,
quickSuggestions: false,
lightbulb: {
enabled: true
},

Loading…
Cancel
Save