Files
gopu-bruno 351b294c3f fix: show "+ Add request" CTA in empty .bru collection sidebar (#8000)
* fix: show empty collection Add request CTA when only files exist

* test: add .bru parity to empty-state CTA spec
2026-05-14 21:46:33 +05:30

19 lines
474 B
JSON

{
"lastOpenedCollections": [
"{{collectionPath}}/empty-bru",
"{{collectionPath}}/empty-yml",
"{{collectionPath}}/bru-with-js",
"{{collectionPath}}/yml-with-js",
"{{collectionPath}}/bru-with-request",
"{{collectionPath}}/yml-with-request",
"{{collectionPath}}/bru-folder-with-js",
"{{collectionPath}}/yml-with-folder"
],
"preferences": {
"onboarding": {
"hasLaunchedBefore": true,
"hasSeenWelcomeModal": true
}
}
}