Message 1 of 3
MS Code - Python extension exception
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Running the latest Python extension I consistently get the following exception. Has anyone else experienced this?
No breakpoints are set and this occurs shortly after a successful startup of my app.
Thanks in advance!
Exception in thread ptvsd.Server: Traceback (most recent call last): File "/Users/<userid>/.vscode/extensions/ms-python.python-2020.6.90262/pythonFiles/lib/python/old_ptvsd/pt...", line 269, in process_one_message msg = self.__message.pop(0) IndexError: pop from empty list