So, when I'm developing, I use a development dataset. However, when I click the Execute Query, the development environment is ignored and only the default dataset is used. Is there a way to configure the extension to use the development dataset when in development mode?
Apologies for the delay on this. The plugin only supported v2 of Sanity which had a different configuration format. We have now updated the plugin to support the newer sanity.cli.js|ts config file.
The datasets for my
sanity.json
file looks something like this:So, when I'm developing, I use a development dataset. However, when I click the
Execute Query
, the development environment is ignored and only the default dataset is used. Is there a way to configure the extension to use the development dataset when in development mode?