Skip to content

Commit

Permalink
编辑配置时代码支持折叠 (#10022)
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiaomao authored Mar 2, 2023
1 parent 6ba05fa commit acc8cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class ConfigEditor extends React.Component {
readOnly: false,
lineNumbersMinChars: true,
theme: 'vs-dark',
folding: false,
folding: true,
showFoldingControls: 'always',
cursorStyle: 'line',
automaticLayout: true,
Expand Down

0 comments on commit acc8cbe

Please sign in to comment.