How to Create a VSCode Python Workspace?

允我心安 提交于 2019-12-04 19:19:33

VS Code workspace is the directory which was opened by VS code
You should create virtual environment and make VS Code using this virtual environment in user settings (file settings.json)
Example: Set "python.pythonPath": "${workspaceRoot}/venv/bin/python" in settings.json with venv is virtual environment directory in current workspace. Reopen VS Code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!