-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing this extension causes the Microsoft Python extension to crash #18
Comments
Sure thing, just let me know how I can help. For starters I'd love to try and help with this issue. |
The errors that I receive which I believe cause the Microsoft Python Extension to crash are {
"activationTimes": {
"startup": false,
"codeLoadingTime": 381,
"activateCallTime": 0,
"activateResolvedTime": 1889,
"activationEvent": "onLanguage:python"
},
"runtimeErrors": [
{
"name": "TypeError",
"message": "Cannot read property 'log' of undefined"
},
{
"name": "TypeError",
"message": "Cannot read property 'log' of undefined"
},
{
"name": "TypeError",
"message": "Cannot read property 'log' of undefined"
},
{
"name": "TypeError",
"message": "Cannot read property 'log' of undefined"
}
]
} |
Looks like this issue is back. We have updated reflect-metadata to the latest version in the Python extension. |
Fixed in 0.1.6 last December. |
Looks like there's something in this extension that causes the Microsoft Python Extension to crash.
See here for confirmation and further info:
microsoft/vscode-python#432 (comment)
Would like to resolve this, unfortunately the source is not available. Please let us know how we can help.
The text was updated successfully, but these errors were encountered: