conwnet/github1s

Hide buttons, disable keyboard shortcuts for unsupported functions

开放

#125 创建于 2021年2月15日

 (0 条评论) (1 个反应) (0 位负责人)TypeScript (906 个派生)batch import
Enhancementhelp wanted

仓库指标

星标
 (23,290 个星标)
PR 合并指标
 (平均合并 23分钟) (30 天内合并 3 个 PR)

描述

I noticed that a lot of the functions of full VSCode are disabled, but the buttons / menus / keyboard shortcuts to open them are still visible. If it's not too difficult, it might make sense to hide or remove:

  • "Run" (debugger"
  • Extensions
  • Source Control (unless you can actually connect this to real Github somehow?)
  • Terminal
  • Debug Console
  • Problems (probably? I think you can't have Problems without a language server or extensions)

and anything else I'm not thinking of that can't actually be implemented.

贡献者指南