Settings.json 文件
{
"debug.onTaskErrors": "debugAnyway",
"editor.largeFileOptimizations": false,
"workbench.colorTheme": "GitHub Dark",
"python.pythonPath": "Users/iMac/opt/anaconda3/python.app",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.languageServer": "Pylance",
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressGitVersionWarning": true
},
"files.autoSave": "afterDelay",
"terminal.integrated.inheritEnv": false,
"terminal.integrated.shell.osx": "bash",
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"tabnine.experimentalAutoImports": true,
"liveServer.settings.https": {
"enable": true
},
"liveServer.settings.useLocalIp": true,
"liveServer.settings.proxy": {
"proxyUri": "http://127.0.0.1:8000"
},
"liveServer.settings.AdvanceCustomBrowserCmdLine": "",
"liveServer.settings.CustomBrowser": "chrome"
}
列出以下错误:
缺少属性“证书”。
缺少属性“键”。
缺少属性“密码”。
缺少属性“启用”。
缺少属性“baseUri”。