Skip to content

Commit

Permalink
Merge pull request #160 from justjoheinz/feature/inspectType
Browse files Browse the repository at this point in the history
Fix type inspection
  • Loading branch information
melted authored Apr 4, 2017
2 parents e5b797c + 31b6cdd commit 4dade4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/idris-controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class IdrisController

getTypeForWord: ({ target }) =>
editor = @getEditor()
@saveFile editor
uri = editor.getURI()
word = Symbol.serializeWord @getWordUnderCursor(editor)

Expand Down

0 comments on commit 4dade4a

Please sign in to comment.