Steven Guh
Steven Guh
**Is your feature request related to a problem? Please describe.** This is to solve https://github.com/VSpaceCode/VSpaceCode/issues/278. When a user used `vim.normalModeKeyBindingsNonRecursive` to remap to a command, 1. there's no way for...
## Problem The current major mode relies on the conditional bindings and we are currently limiting conditional bindings contribution to `SPC m`. However, in spacmacs the concept of layers allows...
## Problem Related to #226. vscode released official support for testing API in 1.59, which means language extension will implement it. If the language has implemented the testing support. A...
## Problem whichkey `v0.9` added support for icon on the menu (https://github.com/VSpaceCode/vscode-which-key/issues/41). https://github.com/VSpaceCode/VSpaceCode/pull/205 added most of the icons for our default bindings. I am opening this to track the rest...
## Problem Currently, a follow-up notification is used after the first installation of VSpaceCode. However, this experience leaves a lot to be desired. 1. The notification will not re-appear after...
Split from https://github.com/VSpaceCode/VSpaceCode/issues/80#issuecomment-668985016 and https://github.com/VSpaceCode/VSpaceCode/issues/80#issuecomment-669661903 This issue is to track the work to activate vspacecode menu when the focus is in the sidebar or panel. This ideally should allows `...
Currently, if there is any change to the keybinding/settings update, it will require user to check the changelog and run the configuration command manually. In addition, there is prompt to...
I am opening this issues to track the work needed to implement different types of switches needed for logging. - Input switch A input box will appeared when the `shortName`...
This is a feature request of exposing a vscode command like `magit-copy-selection-value` and `magit-copy-buffer-revision`. I am thinking mechanically these would be similar to `magitApplyEntityAtPoint`, with `window.setStatusBarMessage` and `Clipboard. writeText`. Although...
This is an issue to track a TODO in the code where in magit we can tab to complete the revs. https://github.com/kahole/edamagit/blob/8bcc95468fde57f2f40029120b72995eb84161be/src/commands/loggingCommands.ts#L92-L105 We can do this with quick pick menu,...