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 1e36497 commit 3fc7db6Copy full SHA for 3fc7db6
lib/atom-ide-definitions.js
@@ -7,10 +7,8 @@ export default {
7
provider: null,
8
9
activate() {
10
- // Events subscribed to in atom's system can be easily cleaned up with a CompositeDisposable
11
this.subscriptions = new CompositeDisposable();
12
13
- // Register command that toggles this view
14
this.subscriptions.add(
15
atom.commands.add('atom-workspace', {
16
'atom-ide-go-to-definition:go-to-definition': () =>
0 commit comments