Final Cleanup for 0.3 release #16
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a series of small, mostly cosmetic updates prior to the 0.3.0 release which will be the first release published to the VSCode/VSCodium 'stores'.
Updates:
Remove Keybindings
toDeactivate Keybindings
to matchActivate Keybindings
Install Active Keybinding Extensions
command that lets users install extensions after activating keybindings without having to reactivate them.FYI: @bhainesva: I have reverted your change to the
shift+r
command form #15 as I have found that in general it is more useful to have it not expand lines in my daily work. If you desire the behavior as it was previously documented you can always pressshift+x shift+r
, or override the default binding with a user binding, as made possible by #13