@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
|
}
|