@lvce-editor/constants 2.1.0 → 2.2.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.
- package/dist/index.d.ts +2 -1
- package/dist/parts/RpcId/RpcId.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -730,6 +730,7 @@ declare const SearchProcessElectron = 2;
|
|
|
730
730
|
declare const SharedProcess = 1492;
|
|
731
731
|
declare const SourceActionWorker = 303;
|
|
732
732
|
declare const SourceControlWorker = 66;
|
|
733
|
+
declare const StatusBarWorker = 7201;
|
|
733
734
|
declare const SyntaxHighlightingWorker = 3309;
|
|
734
735
|
declare const TestWithPlaywrightCli = 6000;
|
|
735
736
|
declare const TestWithPlaywrightWorker = 6001;
|
|
@@ -991,7 +992,7 @@ declare namespace QuickPickPrefix {
|
|
|
991
992
|
export { Command, GoToColumn, GoToLine$1 as GoToLine, Help$2 as Help, None$3 as None, Symbol$1 as Symbol, View$2 as View, WorkspaceSymbol$1 as WorkspaceSymbol };
|
|
992
993
|
}
|
|
993
994
|
declare namespace RpcId {
|
|
994
|
-
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, ExtensionManagementWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, IconThemeWorker, IframeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker, TextMeasurementWorker, TextSearchWorker };
|
|
995
|
+
export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, ExtensionManagementWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, IconThemeWorker, IframeWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, StatusBarWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker, TextMeasurementWorker, TextSearchWorker };
|
|
995
996
|
}
|
|
996
997
|
declare namespace SideBarLocationType {
|
|
997
998
|
export { Left, Right };
|
|
@@ -28,6 +28,7 @@ export const SearchProcessElectron = 2;
|
|
|
28
28
|
export const SharedProcess = 1492;
|
|
29
29
|
export const SourceActionWorker = 303;
|
|
30
30
|
export const SourceControlWorker = 66;
|
|
31
|
+
export const StatusBarWorker = 7201;
|
|
31
32
|
export const SyntaxHighlightingWorker = 3309;
|
|
32
33
|
export const TestWithPlaywrightCli = 6000;
|
|
33
34
|
export const TestWithPlaywrightWorker = 6001;
|