@lvce-editor/problems-view 1.15.0 → 1.16.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.
|
@@ -1150,7 +1150,6 @@ const DownArrow = 16;
|
|
|
1150
1150
|
|
|
1151
1151
|
const Script$1 = 2;
|
|
1152
1152
|
|
|
1153
|
-
const ManageExtension = 8;
|
|
1154
1153
|
const ProblemsFilter$1 = 25;
|
|
1155
1154
|
|
|
1156
1155
|
const DebugWorker = 55;
|
|
@@ -1921,7 +1920,7 @@ const getKeyBindings = () => {
|
|
|
1921
1920
|
};
|
|
1922
1921
|
|
|
1923
1922
|
const getMenuIds = () => {
|
|
1924
|
-
return [
|
|
1923
|
+
return [ProblemsFilter$1];
|
|
1925
1924
|
};
|
|
1926
1925
|
|
|
1927
1926
|
const Item = 0;
|