Closed karise-guo closed 6 years ago
Hi - unfortunately due to the way vscode aggregates the settings, you can't simply remove the setting like that. You have to use an empty string. Changing it to:
"activitusbar.views": {
"explorer": "file-text",
"search": "search",
"scm": "repo-forked",
"debug": "",
"extensions": "package"
}
should do what you want. 8-)
Thanks, it works.
I set the
activitusbar.views
to hide thebug
view, but is no effect.