We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd6a7c commit 6f9ace1Copy full SHA for 6f9ace1
lib/main.coffee
@@ -5,7 +5,7 @@ EnterDialog = require './enter-dialog'
5
module.exports =
6
7
activate: (state) ->
8
- atom.workspaceView.command 'stacktrace:enter', ->
+ atom.workspaceView.command 'stacktrace:paste', ->
9
atom.workspaceView.appendToTop new EnterDialog()
10
11
StacktraceView.registerIn(atom.workspace)
package.json
@@ -4,7 +4,8 @@
4
"version": "0.0.0",
"description": "Navigate stacktraces within Atom.",
"activationEvents": [
- "stacktrace:enter"
+ "stacktrace:paste",
+ "stacktrace:from-selection"
],
"repository": "https://github.com/smashwilson/stacktrace",
"license": "MIT",
0 commit comments