Skip to content

Commit

Permalink
Remove peek definition workaround that was put in place so that promo…
Browse files Browse the repository at this point in the history
…te to document functionality opens with the Python editor. No longer needed now that we register the Python editor/file extension for peek.
  • Loading branch information
Hugues Valois committed Nov 27, 2017
1 parent 2614746 commit 32b9110
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ private IDocumentPeekResult CreateResult(AnalysisLocation location) {
location.Column - 1,
location.Line - 1,
location.Column - 1,
isReadOnly: false,
editorDestination: new Guid(PythonConstants.EditorFactoryGuid)
isReadOnly: false
);
}
}
Expand Down

0 comments on commit 32b9110

Please sign in to comment.