先打开vscode,左上角文件--打开文件夹--选择.py在的文件夹--在vscode左册的目录再打开.py--ok 方法2: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387...
请查看错误输出,应该是Python解析器的路径没有设置对。确定你的Python环境安装正确,并检查你的launch.js...
一发python代码 终端启动code,建一个空文件夹,vscode打开,vscode里新建文件 xxx.py,如下: 再点击Debug调试设置,新建一个默认的launch.json,如下:你要是觉得不爽,也可以将配置中的控制台改为 "console": "externalTerminal",这样就不使用vscode的内部终端。 到这里,已经可以用了。 6. vscode调试django项目 ,点击...
先打开vscode,左上角文件--打开文件夹--选择.py在的文件夹--在vscode左册的目录再打开.py--ok 方法2: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387...
0", "configurations": [ { "name": "Python: Current File", "type": "python", "...