@lvce-editor/title-bar-worker 4.15.5 → 4.15.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3044,24 +3044,25 @@ const getMenuEntries$1 = () => {
|
|
|
3044
3044
|
id: 'search',
|
|
3045
3045
|
label: i18nString(Search)
|
|
3046
3046
|
}, {
|
|
3047
|
-
args: ['Source Control'],
|
|
3047
|
+
args: ['Source Control', true],
|
|
3048
3048
|
command: 'Layout.openSideBarViewlet',
|
|
3049
3049
|
flags: None,
|
|
3050
3050
|
id: 'sourceControl',
|
|
3051
3051
|
label: i18nString(SourceControl)
|
|
3052
3052
|
}, {
|
|
3053
|
-
args: ['Run And Debug'],
|
|
3053
|
+
args: ['Run And Debug', true],
|
|
3054
3054
|
command: 'Layout.openSideBarViewlet',
|
|
3055
3055
|
flags: None,
|
|
3056
3056
|
id: 'run',
|
|
3057
3057
|
label: i18nString(Run$1)
|
|
3058
3058
|
}, {
|
|
3059
|
-
args: ['Extensions'],
|
|
3059
|
+
args: ['Extensions', true],
|
|
3060
3060
|
command: 'Layout.openSideBarViewlet',
|
|
3061
3061
|
flags: None,
|
|
3062
3062
|
id: 'extensions',
|
|
3063
3063
|
label: i18nString(Extensions)
|
|
3064
3064
|
}, menuEntrySeparator, {
|
|
3065
|
+
args: [true],
|
|
3065
3066
|
command: 'Layout.openChat',
|
|
3066
3067
|
flags: None,
|
|
3067
3068
|
id: 'chat',
|