-
Notifications
You must be signed in to change notification settings - Fork 56
/
deviot.sublime-settings
21 lines (21 loc) · 1013 Bytes
/
deviot.sublime-settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
// Direction to create the new panel and the Serial Monitor output view
// possible values: 'self', 'left', 'right', 'up', 'down'
// change to self, to avoid create a new panel
"monitor_direction": "right",
// Direction to create the new panel and the PIO Terminal output view
// possible values: 'self', 'left', 'right', 'up', 'down'
// change to self, to avoid create a new panel
"terminal_direction": "right",
// It forces to create the new window (monitor and terminal) in a specific
// group position. If the value is >= 2, it will always open the window
// in the second (or x group). If the value is greater than the current quantity
// of group panels, the window will be open in the last panel, avoiding to create
// a new one
"window_position": 1,
// Automatically closes the group panel, if it's empty, after close the
// Serial Monitor or Terminal window
"auto_close_panel": true,
// show compile errors just under the line on which they occur.
"show_errors_inline": true
}