提交 21949635 编写于 作者: M Martin Aeschlimann

[folding] turn folding on by default

上级 0f61b67d
......@@ -67,7 +67,7 @@ class ConfigClass implements IConfiguration {
selectionHighlight: true,
outlineMarkers: false,
referenceInfos: true,
folding: false,
folding: true,
renderWhitespace: false,
tabSize: 4,
......
......@@ -496,7 +496,7 @@ export interface IEditorOptions {
referenceInfos?: boolean;
/**
* Enable code folding
* Defaults to false.
* Defaults to true.
*/
folding?: boolean;
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册