thuwskdsgcf 最近的时间轴更新
thuwskdsgcf

thuwskdsgcf

V2EX 第 434416 号会员,加入于 2019-08-07 15:15:36 +08:00
thuwskdsgcf 最近回复了
2019-08-12 14:36:29 +08:00
回复了 thuwskdsgcf 创建的主题 Python 求助关于 mypy 的问题
@zidy111 这是 user settings
{
"files.autoSave": "off",
"angular-schule.configUpdated": "0.4.6",
"terminal.integrated.fontFamily": "Consolas, 'Meslo LG M for Powerline'",
"breadcrumbs.enabled": true,
"python.formatting.provider": "yapf",
"editor.fontFamily": "Consolas",
"editor.fontSize": 14,
"python.jediEnabled": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.macOptionClickForcesSelection": true,
"terminal.integrated.lineHeight": 1.2,
"editor.fontWeight": "600",
"files.associations": {
"*.html": "html"
},
"debug.toolBarLocation": "docked",
"leetcode.endpoint": "leetcode-cn",
"git.autofetch": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.linting.mypyEnabled": true,
"window.zoomLevel": 0,
"workbench.iconTheme": "vscode-icons",
"files.exclude": {
"**/__pycache__": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true,
"**/*.pyc": true
},
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.enableBell": true,
"terminal.integrated.macOptionIsMeta": true,
"workbench.colorTheme": "Monokai Pro"
}

这是 workspace settings
{
"python.pythonPath": "/Users/chenkun/.local/share/virtualenvs/InfinityStones-TeHFX75W/bin/python",
"python.linting.pylintArgs": [
"--load-plugins",
"pylint_django",
"--disable=C0103",
"--disable=C0111",
"--disable=C0301"
],
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"files.exclude": {
"**/surface/static": true
}
}
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2441 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 10:05 · PVG 18:05 · LAX 03:05 · JFK 06:05
Developed with CodeLauncher
♥ Do have faith in what you're doing.