提交 0db75de0 编写于 作者: M Martin Aeschlimann

rename foldRegion to foldMarkerRegion

上级 8dca274c
......@@ -540,9 +540,9 @@ class FoldAllRegionsAction extends FoldingAction<void> {
constructor() {
super({
id: 'editor.foldAllRegions',
label: nls.localize('foldAllRegions.label', "Fold All Regions"),
alias: 'Fold All Regions',
id: 'editor.foldAllMarkerRegions',
label: nls.localize('foldAllMarkerRegions.label', "Fold All Marker Regions"),
alias: 'Fold All Marker Regions',
precondition: null,
kbOpts: {
kbExpr: EditorContextKeys.textFocus,
......@@ -564,9 +564,9 @@ class UnfoldAllRegionsAction extends FoldingAction<void> {
constructor() {
super({
id: 'editor.unfoldAllRegions',
label: nls.localize('unfoldAllRegions.label', "Unfold All Regions"),
alias: 'Unfold All Regions',
id: 'editor.unfoldAllMarkerRegions',
label: nls.localize('unfoldAllMarkerRegions.label', "Unfold All Marker Regions"),
alias: 'Unfold All Marker Regions',
precondition: null,
kbOpts: {
kbExpr: EditorContextKeys.textFocus,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册