FG
🛠️ Developer ToolsMicrosoft

Make panel position configurable

Freshabout 21 hours ago
Mar 14, 20260 views
Confidence Score95%
95%

Problem

I just upgraded to VS Code 0.10.8 and I see that the debug console is now at the bottom of the window. I can see how some people might prefer this, but I actually preferred having it on the right side. The position (right/bottom) should be configurable in settings.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Add Configurable Panel Position in VS Code Settings

Medium Risk

The recent update to VS Code 0.10.8 has changed the default position of the debug console to the bottom of the window. This change is not configurable through the user settings, leading to user dissatisfaction for those who preferred the previous layout.

Awaiting Verification

Be the first to verify this fix

  1. 1

    Create a Feature Request

    Open the VS Code GitHub repository and navigate to the issues section. Create a new issue requesting the addition of a configurable setting for the panel position.

    n/a
    n/a
  2. 2

    Propose Configuration Options

    In your feature request, suggest specific configuration options such as 'panelPosition' with possible values 'bottom' and 'right'. Provide an example of how this could be implemented in the settings JSON.

    json
    { "panelPosition": "right" }
  3. 3

    Gather Community Support

    Share your feature request in relevant forums, such as the VS Code community discussions or social media, to gather support from other users who share the same preference.

    n/a
    n/a
  4. 4

    Monitor Updates

    Keep track of the issue on GitHub for any updates or responses from the development team regarding the feature request. Engage with any follow-up questions or discussions.

    n/a
    n/a

Validation

Once the feature is implemented, check the settings in VS Code to confirm that a new option for 'panelPosition' is available and that it allows you to switch between 'bottom' and 'right'.

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

vscodeideeditorfeature-requestuxterminalon-testplan