Answers for "vscode remove indentation lines"

0

vscode remove indentation lines

Make it invisible or very soft

"workbench.colorCustomizations": {
  "editorIndentGuide.background": "#00000000" // hide via 100% transparency.
}
Posted by: Guest on January-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language