【问题标题】:Is it possible to NOT show the Debug Side Bar when debugging in Visual Studio Code?在 Visual Studio Code 中调试时是否可以不显示调试侧栏?
【发布时间】:2023-03-11 03:16:01
【问题描述】:

为了为新用户(不认为自己是开发人员)简化 VS Code 的外观和感觉,我想永远隐藏调试侧边栏:

目前发生的情况是,每次我按 F5 时,即使在我使用 cmd+B 隐藏它之后,调试侧边栏也会弹出。有什么方法可以强制它保持隐藏状态吗?

【问题讨论】:

    标签: visual-studio-code vscode-settings vscode-debugger


    【解决方案1】:

    在你的设置中寻找

    调试:打开调试

        Controls when the debug view should open.
    

    然后选择neverOpen 选项。

    或者将 "debug.openDebug": "neverOpen", 放入你的settings.json。

    【讨论】:

      猜你喜欢
      • 2017-08-18
      • 2021-08-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-01-29
      • 1970-01-01
      • 2022-12-17
      相关资源
      最近更新 更多