Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: can dock the monitor widget to the "right" #2102

Merged
merged 1 commit into from
Jul 13, 2023

Commits on Jul 6, 2023

  1. feat: can dock the monitor widget to the "right"

    Added a new preference (`arduino.monitor.dockPanel`) to specify the
    location of the application shell where the _Serial Monitor_ widget
    resides. The possible values are `"bottom"` and `"right"`. The default\
    value is the `"bottom"`.
    
    The dock panel is per application and not per workspace or window.
    However, advanced users can create the `./.vscode/settings.json` and
    configure per sketch preference.
    
    Signed-off-by: dankeboy36 <[email protected]>
    dankeboy36 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    adbfdaf View commit details
    Browse the repository at this point in the history