I want to toggle the appearance of those squiggly lines that under the errors as I type in VSCode. I tried the following in my settings file, with the plugin installed, but the command does nothing.
"toggleSettingsChanges.settingsToToggle": {
"workbench.colorCustomizations": {
"editorError.foreground": "#00000000",
"editorWarning.foreground": "#00000000",
"editorInfo.foreground": "#00000000"
}
},
I want to toggle the appearance of those squiggly lines that under the errors as I type in VSCode. I tried the following in my settings file, with the plugin installed, but the command does nothing.