编辑配置时代码支持折叠 (#10022)

This commit is contained in:
caixiaomao 2023-03-02 11:07:48 +08:00 committed by GitHub
parent 6ba05fa7a8
commit acc8cbe698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,