部分文件如下:
.vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Python 调试程序: 当前文件",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"python": "E:\\<环境路径>\\python.exe",
"justMyCode": true
}
]
}
.vscode/setting.json
{
"python.experiments.optOutFrom": ["pythonTerminalEnvVarActivation"]
}
.vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Python 调试程序: 当前文件",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"python": "E:\\<环境路径>\\python.exe",
"justMyCode": true
}
]
}
.vscode/setting.json
{
"python.experiments.optOutFrom": ["pythonTerminalEnvVarActivation"]
}


