Skip to content

Documentation for built-in types only works once #2179

Description

If you launch VS Code and then type str(), you will get the documentation for the str type.

works

But if you type str() again on another line, like so:

str()
str()

you will get a message saying that "Documentation is still being calculated, please try again soon."

fails

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priority

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions