vscode中使用python相对路径问题?
- 编程
- 2021-05-12
- 1263
调试模式:
更改launch.json设置
在configurations中加入语句"cwd": "${fileDirname}"即可变成常规的相对路径模式
直接运行模式:
打开vscode,“文件”→“首选项”→“设置”,点击“用户”→“扩展”→“Python”,在右边找到“Terminal: Execute in File Dir”(这里也可以通过搜索栏里搜索)
勾选“When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.”
发表评论