我正在尝试更改VS代码中的一些设置,但一直收到预期的逗号错误。我在其中一行得到了这个错误,所以我复制了它,并将它移到了底部,它给了我一个错误,只是把它移到了下一行。
我已经尝试过了,但是所有的答案似乎都是超级小众,vs代码告诉我没有办法解决这个问题,即使他们告诉我有一个错误
{ "python.pythonPath": "/usr/local/bin/python3", "workbench.editorAssociations": [ "viewType": "jupyter.notebook.ipynb", "filenamePattern": "*.ipynb" "files.autoSave": "afterDelay", "workbench.iconTheme": "material-icon-theme", "editor.fontSize": 17, "editor.tabSize": 2, "editor.wordWrap": "on", "editor.fontLigatures": true, "workbench.sideBar.location": "right", "window.title": "${activeEditorShort}${separator}${rootName}${rootPath}", "tabnine.experimentalAutoImports": true, "kite.showWelcomeNotificationOnStartup": false, "AREPL.pythonPath": "python3", "code-runner.runInTerminal": true, "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace", "workbench.colorTheme": "Cobalt2" "files.trimTrailingWhitespace": true, "editor.fontWeight": "400", "prettier.eslintIntegration": true, "editor.cursorStyle": "line", "editor.cursorWidth": 5,