forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
With Python extension 2018.9.2 on VSCode 1.28.2 on OS X 10.14:
def f() -> None:
pass{
"owner": "_generated_diagnostic_collection_name_#1",
"code": "used-before-assignment",
"severity": 4,
"message": "unknown variable 'None'",
"source": "Python (analysis)",
"startLineNumber": 1,
"startColumn": 12,
"endLineNumber": 1,
"endColumn": 16
}
mcpower
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug