Reputation: 1
When I open a python file, Visual Studio Sode show "Python extension loading...". After a while, it shows this error: "Extension host terminated unexpectedly."
I have tried:
This problem happened in windows10.
Upvotes: 0
Views: 4439
Reputation: 1809
Note that telemetry.enableTelemetry
as described in the original answer has been deprecated. Please use this instead:
"telemetry.telemetryLevel": "all|error|crash|off"
Try to disable telemetry in the user settings:
"telemetry.enableTelemetry": false
Upvotes: 3
Reputation: 28
Change back to an older version, I'm also having this issue, I switched back to the older version and now its fixed.
Upvotes: 0