You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the built-in package fuzzy-finder uses ctrl-shift-B for the command fuzzy-finder:toggle-git-status-finder, this conflicts with the binding ctrl-shift-B of this package for typescript:build.
This is an issue since it overrides what could be considered the default functionality of Atom and forces the user to edit configurations in order to bring default functionality back.
Suggested fix
I suggest that the key-binding is changed, an alternative could be f6 as this is similar to Visual Studio's build shortcut, an IDE most TypeScript developers might be familiar with. It's currently not bound to anything in my clean installation that only has the community package atom-typescript installed.
Versions
I am running the following versions of relevant packages:
Atom 0.188.0
atom-typescript 1.13.0
fuzzy-finder 0.72.0
The text was updated successfully, but these errors were encountered:
The issue
Currently the built-in package fuzzy-finder uses
ctrl-shift-B
for the commandfuzzy-finder:toggle-git-status-finder
, this conflicts with the bindingctrl-shift-B
of this package fortypescript:build
.This is an issue since it overrides what could be considered the default functionality of Atom and forces the user to edit configurations in order to bring default functionality back.
Suggested fix
I suggest that the key-binding is changed, an alternative could be
f6
as this is similar to Visual Studio's build shortcut, an IDE most TypeScript developers might be familiar with. It's currently not bound to anything in my clean installation that only has the community package atom-typescript installed.Versions
I am running the following versions of relevant packages:
The text was updated successfully, but these errors were encountered: