Skip to content

Commit

Permalink
disable suggest status bar for embedded editor (#178662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 30, 2023
1 parent 882f699 commit b80faf9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -149,6 +149,7 @@ class InteractiveEditorWidget {
suggest: {
showIcons: false,
showSnippets: false,
showStatusBar: false,
}
};

Expand Down

0 comments on commit b80faf9

Please sign in to comment.