thuwskdsgcf's recent timeline updates
thuwskdsgcf

thuwskdsgcf

V2EX member #434416, joined on 2019-08-07 15:15:36 +08:00
thuwskdsgcf's recent replies
Aug 12, 2019
Replied to a topic by 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
}
}
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3313 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 13:22 · PVG 21:22 · LAX 06:22 · JFK 09:22
♥ Do have faith in what you're doing.