提交 267aab6b 编写于 作者: P Pine Wu

Correct ID for toggle action

上级 6fd1c54b
...@@ -16,7 +16,7 @@ import { IActivityService } from 'vs/workbench/services/activity/common/activity ...@@ -16,7 +16,7 @@ import { IActivityService } from 'vs/workbench/services/activity/common/activity
const registry = Registry.as<IWorkbenchActionRegistry>(ActionExtensions.WorkbenchActions); const registry = Registry.as<IWorkbenchActionRegistry>(ActionExtensions.WorkbenchActions);
export class ToggleExternalViewletAction extends Action { export class ToggleExternalViewletAction extends Action {
public static ID = 'workbench.view.customTreeExplorerViewlet'; public static ID = 'workbench.action.customTreeExplorer.toggle';
public static LABEL = nls.localize('toggleCustomExplorer', 'Toggle Custom Explorer'); public static LABEL = nls.localize('toggleCustomExplorer', 'Toggle Custom Explorer');
constructor( constructor(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册