WHY cannot I find a current useable answer to the error message “unable to write to user setting” from VS Code
"liveServer.settings.AdvanceCustomBrowserCmdLine"-"Chrome" {
"editor.underline": true,
"workbench.colorTheme": "Default High Contrast",
"clang.detectExtensionConflicts": false,`your text`
"debug.onTaskErrors": "showErrors",
"prettier.bracketSameLine": true,
"workbench.editorAssociations": {`your text`
"*.exe": "default"}`your text`
"files.autoSave": "afterDelay",
"C_Cpp.default.compilerPath": "C:\msys64\mingw64\bin\g++.exe",
"editor.fontSize": 6,
"cmake.additionalCompilerSearchDirs": [
"C:/msys64/mingw32/bin",
"C:/msys64/clang32/bin",`your text`
"C:/msys64/clang64/bin",`your text`
"C:/msys64/clangarm64/bin",
"C:/msys64/ucrt64/bin"
],
"editor.mouseWheelZoom": true,
"terminal.integrated.mouseWheelZoom": true,
"window.zoomLevel": 2
}
I tried answers from google searches but none show the elements in the settings.json that match what was generated for me when I opened a new file(folder)? There are no waring messages or error messages causing the error message.
New contributor
Rand Petersen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.