@lvce-editor/quick-pick-worker 4.5.2 → 4.5.3

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.
@@ -3471,6 +3471,9 @@ const Custom = 'quickPick://custom';
3471
3471
  const GoToLine = 'quickPick://go-to-line';
3472
3472
 
3473
3473
  const getDefaultValue = (id, uri = '') => {
3474
+ if (uri === GoToLine) {
3475
+ return GoToLine$1;
3476
+ }
3474
3477
  if (uri === WorkspaceSymbol) {
3475
3478
  return WorkspaceSymbol$1;
3476
3479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/quick-pick-worker",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/quick-pick-worker.git"