JetBrains: SearchBox: Load last config
Created by: vdavid
When you open the same project in IntelliJ, the last search settings (context, case sensitivity, regex setting, query) should load up from sourcegraph.xml
.
This usually doesn’t work right now. There is probably a race condition that prevents this. In particular, the query gets overwritten with an empty string.