当前,加载本机python列表的自动竞争大约需要5-7秒。
如何减少此延迟?
我的settings.json:
{
"workbench.startupEditor": "newUntitledFile",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"[java]": {},
"[kotlin]": {},
"python.jediEnabled": false,
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"sync.gist": "ef3dadd05f186e95dd8198f71cc94dee",
"gitlens.codeLens.authors.enabled": false,
"gitlens.blame.compact": false,
"gitlens.views.lineHistory.avatars": false,
"workbench.iconTheme": "file-icons",
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"editor.matchBrackets": false,
"python.dataScience.sendSelectionToInteractiveWindow": false
}