📜  标签限制 vscode - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:08.253000             🧑  作者: Mango

代码示例1
There are new settings to limit the maximum number of editors that are open at
the one time.

1. workbench.editor.limit.enabled: Enable this feature (off by default).
2. workbench.editor.limit.perEditorGroup: Whether to apply the limit per editor
    group or across all groups.
3. workbench.editor.limit.value: The maximum number of open editors (10 by 
default).