conwnet/github1s

Hide buttons, disable keyboard shortcuts for unsupported functions

Aberta

#125 aberto em 15 de fev. de 2021

 (0 comentário) (1 reação) (0 responsável)TypeScript (906 forks)batch import
Enhancementhelp wanted

Métricas do repositório

Stars
 (23.290 estrelas)
Métricas de merge de PR
 (Mesclagem média 23m) (3 fundiu PRs em 30d)

Description

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.

Guia do colaborador