我有VS代码设置来运行bash.exe作为集成终端。
当我尝试在终端中运行python文件时,右击该文件并选择'Run python file in terminal‘,我得到以下错误:
# andy @ Andy-surface in /mnt/c/Users/Karma/ws/sandbox [11:47:46] C:2
$ python c:/Users/Karma/ws/sandbox/flask.py
python: can't open file 'c:/Users/Karma/ws/sandbox/flask.py': [Errno 2] No s
Python IntelliSense不适用于某些类函数,比如vs代码中的级联分类器。对于大多数函数,它是有效的,但我正在使用python在OpenCV中做一个项目,当我使用haar级联分类器函数时,不会显示建议。 The definition for detectmultiscale function is not shown
在调试python文件时,我在打开VS代码集成终端时遇到了问题。VS代码说:'$ {file}无法解析。请打开一个编辑。“
我和一起工作
我的launch.json
// 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
"ver