Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
add options
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 17, 2017
1 parent 6bef5ed commit d85ce4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export function provideBuilder() {
{
text: 'Open Settings',
onDidClick: function () {
atom.workspace.open('atom://config/packages/' + meta.name);
atom.workspace.open('atom://config/packages/' + meta.name, {pending: true, searchAllPanes: true});
notification.dismiss();
}
},
Expand Down

0 comments on commit d85ce4b

Please sign in to comment.