disable suggest status bar for embedded editor (#178662)

This commit is contained in:
Johannes Rieken 2023-03-30 10:11:58 +02:00 committed by GitHub
parent 882f699c66
commit b80faf9e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,7 @@ class InteractiveEditorWidget {
suggest: {
showIcons: false,
showSnippets: false,
showStatusBar: false,
}
};