提交 bd4d782d 编写于 作者: S Sandeep Somavarapu

Fix default keybindings file label

上级 eb7a0184
......@@ -280,7 +280,7 @@ export class PreferencesService extends Disposable implements IPreferencesServic
}
openDefaultKeybindingsFile(): TPromise<IEditor> {
return this.editorService.openEditor({ resource: this.defaultKeybindingsResource });
return this.editorService.openEditor({ resource: this.defaultKeybindingsResource, label: nls.localize('defaultKeybindings', "Default Keybindings") });
}
configureSettingsForLanguage(language: string): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册