Files
bruno/tests/preferences/default-collection-location/init-user-data/preferences.json
gopu-bruno 8ce38e8480 feat: change default collection location to default location (#7291)
* feat: change default collection location to default location

* refactor: migrate defaultCollectionLocation to defaultLocation in preference.json

* refactor: resolveDefaultLocation function

* fix: rename variables in default-location
2026-02-26 16:10:56 +05:30

10 lines
220 B
JSON

{
"maximized": false,
"lastOpenedCollections": ["{{projectRoot}}/tests/preferences/default-collection-location/collection"],
"preferences": {
"general": {
"defaultLocation": "/tmp/bruno-collections"
}
}
}