We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The current code fails when tested against Python 3.6.
Travis logs says:
def test_goto_definition_finds_line(): server.workspace.get_document = Mock(return_value=fake_document) params = TextDocumentPositionParams( TextDocumentIdentifier(fake_document_uri), Position(1, 21) ) definition = jump_to_definition(server, params)[0] start = definition.range.start > assert start.line == 350 and start.character == 6 E assert (340 == 350) E + where 340 = 340:6.line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current code fails when tested against Python 3.6.
Travis logs says:
The text was updated successfully, but these errors were encountered: