当前位置:网站首页>[vscode] the current working directory is not the current folder /pathlib print CWD path error
[vscode] the current working directory is not the current folder /pathlib print CWD path error
2022-07-23 10:19:00 【Beauty of algorithm and programming】
problem
【VSCODE】 The current working directory is not the current folder /pathlib Print cwd Wrong path
Method
modify .vscode/launch.json file , Add... At the end of the document cwd a line , as follows :
{
// Use IntelliSense Learn about properties .
// Hover to see the description of an existing property .
// For more information , Please visit : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"cwd": "${fileDirname}"
}
]
}
边栏推荐
- [300 + selected interview questions from big companies continued to share] big data operation and maintenance sharp knife interview question column (VII)
- 指针的底层机制
- A concise tutorial for soft exam system architecture designer | reverse engineering
- 目标检测xml文件实现mixup数据增强(修改文件路径直接能用,非常方便)
- 在线问题反馈模块实战(十一):实现图片下载功能
- switch语句的工作原理
- 新的项目实现的技术点如有需要可以指导
- GNN third party Library: pyg (pytorch geometric) [the library based on pytorch can help users quickly build and train their own graph neural network model] [deepwalk, line, GCN, gat, etc.]
- Scala object
- Sum of three numbers: (sort + double pointer + pruning)
猜你喜欢

Transfer software testing salary 10K | there is food in the hand and a bottom in the heart, which is the truth at all times

Airtest脚本的点击位置与点击偏移

Anaconda 换源以及安装opencv

L-半胱氨酸修饰的金纳米粒子(Cys-GNPs)和牛血清白蛋白/生物素化白蛋白纳米粒

Qt报错:错误 C2039 “Value“: 不是 “`global namespace‘“ 的成员

2.判断语句

Read write barrier in memory barrier -- concurrency problem
![[basics of C language] 14 file, declaration and format input and output](/img/92/e7a9ec9e39349757f78aed4f5a622a.jpg)
[basics of C language] 14 file, declaration and format input and output

C language file operation

Online English learning system based on s2sh+mysql
随机推荐
C language -- several classic exercises of C language
SSH supermarket inventory management system
A concise tutorial for soft exam system architecture designer | reverse engineering
Arcgis 计算两个栅格图层相关性
Normal form and anti normal form
指针的底层机制
One of the series of composition principle analysis, the design principle of composition
转行软件测试薪资10K | 手中有粮心中有底,在任何时候都是真理
How to do the system security test? Let's talk about it in detail
EasyCVR新版本(v2.5.0)目录分级功能如何使用?
Use modern development methods and thinking to get rid of the "stumbling block" of legacy systems
How to improve browsing security? Teach you to set up a secure browser trust site
redis token记录用户登录设计求解?
Airtest脚本的点击位置与点击偏移
three文档使用
范式及反范式
[C language foundation] 16 variable array (array length can be extended)
【C语言基础】15 位运算
枚举类的使用和实现
如何将list中相同字段值归类在同一个list下