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 <dankeboy36@gmail.com>
This commit is contained in:
dankeboy36
2023-06-17 13:03:59 +02:00
committed by Akos Kitta
parent 94d2962985
commit f6a43254f5
6 changed files with 316 additions and 240 deletions

View File

@@ -20,7 +20,7 @@
.serial-monitor .head {
display: flex;
padding: 0px 5px 5px 0px;
padding: 0px 5px 5px 5px;
height: 27px;
background-color: var(--theia-activityBar-background);
}