vscode remove indentation lines

C++
Make it invisible or very soft

"workbench.colorCustomizations": {
  "editorIndentGuide.background": "#00000000" // hide via 100% transparency.
}

Source

Also in C++: