{
"python.pythonPath": "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python",
"python.formatting.provider": "autopep8",
"python.linting.flake8Enabled": true,
"python.autoComplete.extraPaths": [
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages",
"/Library/Python/2.7/site-packages"
],
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/*.pyc": true,
"**/.DS_Store": true
},
"python.linting.flake8Args": [
"--disable=E501"
],
"code-runner.runInTerminal": true,
"python.autoComplete.addBrackets": true
}
vscode python setting
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- python的各种编辑器-PyScripter、pycharm 、atom、vscode、Sublime Text...
- vscode作为使用 js 开发的IDE工具深受广大码农的喜爱,自身并不能进行设置备份的工作,借助 setting...