Use proper settings UI links in workbench.editor.limit.value (fix #89495)

This commit is contained in:
Benjamin Pasero
2020-01-28 16:57:20 +01:00
parent a949bf8de4
commit 8963c81b19

View File

@@ -155,7 +155,7 @@ import { URI } from 'vs/base/common/uri';
'type': 'number',
'default': 10,
'exclusiveMinimum': 0,
'description': nls.localize('limitEditorsMaximum', "Controls the maximum number of opened editors. Use the `workbench.editor.limit.perEditorGroup` setting to control this limit per editor group or across all groups.")
'markdownDescription': nls.localize('limitEditorsMaximum', "Controls the maximum number of opened editors. Use the `#workbench.editor.limit.perEditorGroup#` setting to control this limit per editor group or across all groups.")
},
'workbench.editor.limit.perEditorGroup': {
'type': 'boolean',