While attempting to modify the theme of my VS Code, I encountered an issue: Unable to write into user settings. Please open the user settings to correct errors/warnings in it and try again.
Upon opening the user settings, a settings.json file appeared with the following code:
#include <stdio.h>
int main()
{
printf("hello\n");
return 0;
}
The json file displayed another error: Expected a JSON object, array or literal. jsonc[1,1]
I am currently unable to make necessary setting changes that would enhance my productivity. Any assistance with resolving this issue would be greatly appreciated.