Nathaniel Palmer
Nathaniel Palmer
It would be ideal if this worked without enabling custom decorations. In some contexts such as the SCM commit message panel custom decorations don't work and it's annoying to have...
@RyotaUshio I checked the latest version and it resolves the issue except in the case where the emoji is at the end of the line. In that case the cursor...
This should definitely be fixed. Comments can already be closed via shift+escape so escape by itself should be reserved for changing modes. Right now I'm working around this by using...
This would also be useful for our project where we want to enforce usage of an internal npm registry for package installs via `.npmrc` but we can't commit `.npmrc` because...
Also this appears to be a security issue as being unable to check-in `.npmrc` opens the door for a [dependency confusion](https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610) attack at least on dev machines that run `npm...
> Is this in the comment widget which shows in a code file, or in the PR description webview? It happens with the file comment widget.
Honestly this seems like it should be the default behavior. The vim-native search doesn't switch to visual mode either when navigating results so why should the VSCode built-in search be...