@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 [ManageExtension, ProblemsFilter$1];
1923
+ return [ProblemsFilter$1];
1925
1924
  };
1926
1925
 
1927
1926
  const Item = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/problems-view",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "description": "Problems View Worker",
5
5
  "repository": {
6
6
  "type": "git",