-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
python tools server crashed 5 times in the last 3 minutes #12537
Comments
@ManPython For the language server failed issue, can you share what you get in the |
@karthiknadig In these all of counted issues just problem with this: |
@ManPython I am glad the latest fix addressed the crash issue. As for switching to the previous version issue, it is an issue with the marketplace itself (see here for more details microsoft/vscode#99699). I am going to close this issue since the crash itself is now not occurring. For the |
@karthiknadig I think is bug and found the problem - it's in breadcumbs settings. There are many settings for this and time ago I do some experiment around and forgot about in other project and copied settings to other. Soo.. VSC calling many times The solution aditional to solve problem can be maybe a option to add "reset settings" in some part of settings/card, like breadcrumbs - to turn back the default settings. Now I not sure what was the first settings to turn back corect working of breadcumbs. |
@ManPython Can you share a screenshot of what you mean by bread crumbs? Are you referring to this part: |
@karthiknadig YES, to this part. When we clicking file we should see the elements from logs.py as class, functions, etc. I see only other files near logs.py |
@ManPython Try |
@karthiknadig Great! It's working. Breadcumbs backed and intelisense is correct. |
Environment data
Version: 1.46.1
Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d
Date: 2020-06-17T21:13:20.174Z
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 6.1.7601
Looks exist many problem related with from this version and next
#12531
After this I meet many issues that growig, eg:
.. python tools server crashed 5 times in the last 3 minutes
microsoft/python-language-server#1400
Not working breadcrumbs. For me eg. in JS working but on python not and listing files .py near edited not class, vars
https://user-images.githubusercontent.com/1794099/80456245-8d935c80-892d-11ea-8300-c3292008b036.png
With this version I meet related bug on django
microsoft/ptvsd#1483 (comment)
I don't knowe where to start to solve problems. Probably the best is back to the previous version of VSC if is related in fact.
Logs
Don't know how to puts logs for this I not debuging nothing or even trying whole enviorment made problems around python.
The text was updated successfully, but these errors were encountered: