提交 c583be11 编写于 作者: I isidor

use the revealFileInOS id

上级 4badd2b3
......@@ -41,7 +41,7 @@ import { ITextModelService } from 'vs/editor/common/services/resolverService';
// Commands
export const REVEAL_IN_OS_COMMAND_ID = 'workbench.action.files.revealActiveFileInWindows';
export const REVEAL_IN_OS_COMMAND_ID = 'revealFileInOS';
export const REVEAL_IN_OS_LABEL = isWindows ? nls.localize('revealInWindows', "Reveal in Explorer") : isMacintosh ? nls.localize('revealInMac', "Reveal in Finder") : nls.localize('openContainer', "Open Containing Folder");
export const REVEAL_IN_EXPLORER_COMMAND_ID = 'workbench.command.files.revealInExplorer';
export const REVERT_FILE_COMMAND_ID = 'workbench.action.files.revert';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册