Skip to content

Commit bac0eeb

Browse files
committed
fix: adjust editor params
1 parent 8160db4 commit bac0eeb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/playground/src/components/Editor/EditorPane.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const EditorPane = React.forwardRef<EditorPaneRef, EditorPaneProps>(funct
142142
options={{
143143
automaticLayout: true,
144144
codeLens: false,
145+
colorDecorators: true,
145146
contextmenu: false,
146147
fixedOverflowWidgets: true,
147148
minimap: {
@@ -150,9 +151,13 @@ export const EditorPane = React.forwardRef<EditorPaneRef, EditorPaneProps>(funct
150151
quickSuggestions: true,
151152
quickSuggestionsDelay: 10,
152153
scrollBeyondLastLine: false,
154+
showDeprecated: true,
153155
stickyScroll: {
154156
enabled: false
155157
},
158+
suggest: {
159+
showDeprecated: false
160+
},
156161
suggestOnTriggerCharacters: true,
157162
tabCompletion: 'on',
158163
tabSize: 2

0 commit comments

Comments
 (0)