vscode python 无法引入上层目录解决

在vscode 中.vscode 配置如下

{

// 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

"version": "0.2.0",

"configurations": [

{

"name": "Python: Current File",

"type": "python",

"request": "launch",

"program": " f i l e " , " c o n s o l e " : " i n t e g r a t e d T e r m i n a l " , " j u s t M y C o d e " : f a l s e , " c w d " : " {file}", "console": "integratedTerminal", "justMyCode": false, "cwd":" file","console":"integratedTerminal","justMyCode":false,"cwd":"{fileDirname}",

"env": {"PYTHONPATH": "${cwd}"}

}

]

}

相关推荐
ai-ai3601 小时前
vscode里几种程序调试配置
ide·vscode·编辑器
lkx097881 小时前
第九天的尝试
python
佩奇的技术笔记1 小时前
Python入门手册:Python基础语法
开发语言·python
白白糖2 小时前
相同,对称,平衡,右视图(二叉树)
python·算法·二叉树·力扣
斯普润布特3 小时前
Idea 配合 devtools 依赖 实现热部署
ide·intellij-idea·devtools
学习baba酱3 小时前
关于Python+selenium+chrome编译为exe更换电脑无法打开问题
chrome·python·selenium
PyAIGCMaster3 小时前
vscode git push 记录
ide·git·vscode
几道之旅3 小时前
pytdx数据获取:在线获取和离线获取(8年前的东西,还能用吗?)
python
黛琳ghz3 小时前
CodeBuddy(腾讯云代码助手)最新功能——智能体 Craft 体验
人工智能·vscode·ai·腾讯云·codebuddy·腾讯云代码助手·craft
jay神4 小时前
基于Python+YOLO模型的手势识别系统
开发语言·python·深度学习·yolo·手势识别系统