theia-blueprint
theia-blueprint copied to clipboard
python extension debug function does not work
Bug Description:
After set python debug configuration, run debug,the notification service raise " terminal "796678749" does not exist"
debug configurations:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" } ] }
blueprint version: 1.3.2 (beta) python extension: 2020.10.33...
@Noneghost thank you for reporting the issue, by notification do you mean the actual notification in the application (bottom right corner) or a log message?
I confirmed that debugging works as expected on my end:

theia-blueprint: v1.32.0ms-python: v2020.10.332292344
the notification view in bottom right corner
I used offline vsix installed python extension, because slow internet. The theia blueprint extensions install is slow.

blueprint is used lastest windows exe。
more system information: python version: 3.8.10 ms-python extension verion: 2020.10.33...
what you used theia blueprint verison is master verison or other?