@lvce-editor/output-view 2.8.0 → 2.10.0
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.
|
@@ -1553,6 +1553,7 @@ const Filter$2 = 'filter';
|
|
|
1553
1553
|
const Output$1 = 'output';
|
|
1554
1554
|
const MainProcess = 'MainProcess';
|
|
1555
1555
|
const SharedProcess = 'SharedProcess';
|
|
1556
|
+
const Window = 'Window';
|
|
1556
1557
|
const Clear = 'Clear';
|
|
1557
1558
|
const Settings$1 = 'Settings';
|
|
1558
1559
|
const ScrollLock = 'ScrollLock';
|
|
@@ -1839,6 +1840,10 @@ const loadOptions = async platform => {
|
|
|
1839
1840
|
id: SharedProcess,
|
|
1840
1841
|
label: 'Shared Process',
|
|
1841
1842
|
uri: `${logsFolderUri}/log-shared-process.txt`
|
|
1843
|
+
}, {
|
|
1844
|
+
id: Window,
|
|
1845
|
+
label: 'Window',
|
|
1846
|
+
uri: `${logsFolderUri}/log-window.txt`
|
|
1842
1847
|
}, ...extensionOptions];
|
|
1843
1848
|
};
|
|
1844
1849
|
|