vscode python format
-
下载插件 Black Formatter
-
配置 .vscode/settings.json
'''
{
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.defaultPackageManager": "ms-python.python:conda",
"python-envs.pythonProjects": [],
"black-formatter.args": [
"--line-length", "150"
]
}
''' -
vim GG=G
-
vscode 代理
/Users/shikejing/Library/Application Support/Code/User/settings.json
'''
"remote.SSH.httpProxy": "http://agent.baidu.com:8891",
"remote.SSH.httpsProxy": "http://agent.baidu.com:8891",
"http.useLocalProxyConfiguration": true,
"http.proxy": "http://agent.baidu.com:8891",
"https.proxy": "http://agent.baidu.com:8891",
'''

浙公网安备 33010602011771号