简体   繁体   中英

How to update ptvsd used by Visual Studio Code in debug mode

VS Code 继续使用 /.vscode/extensions/ms-python.python-2020.3.69010/pythonFiles/ptvsd_launcher.py 而我需要 5.0 来实现它的一些功能

You can follow https://github.com/microsoft/ptvsd/issues/2104 and forcibly opt into the experiment which has gone live to 100% of users by adding the following setting:

"python.experiments.optInto": [
        "DebugAdapterFactory - experiment",
        "PtvsdWheels37 - experiment"
    ],

Your issue, BTW, suggests your install is timing out trying to download the last copy of the experiments file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM