@lvce-editor/quick-pick-worker 4.3.0 → 4.3.1

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.
@@ -3243,7 +3243,7 @@ const setValue = async (state, newValue) => {
3243
3243
  }
3244
3244
  const prefix = getQuickPickPrefix(newValue);
3245
3245
  const subId = getQuickPickSubProviderId(providerId, prefix);
3246
- const newPicks = await getPicks(subId, newValue, args, {
3246
+ const newPicks = subId === LanguageMode$1 ? state.picks : await getPicks(subId, newValue, args, {
3247
3247
  assetDir,
3248
3248
  platform
3249
3249
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/quick-pick-worker",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/quick-pick-worker.git"