sourcegraph/dev/global-settings.json
Stefan Hengl 2f6286d5f6
dev: revert to old search mode for local dev environment (#59129)
This reverts the default from loveable search to smart search for the
local dev environment. This is mainly to disentangle our protoype
running on S2 from everyone's dev experience.

Devs who want to use loveable search locally, can set the feature flag
"search-new-keyword".
2023-12-20 17:02:32 +01:00

16 lines
460 B
JSON

{
// This is set from an environment variable
"experimentalFeatures": {
"batchChangesExecution": true,
"showMultilineSearchConsole": true,
"codeMonitoring": true,
"enableLazyBlobSyntaxHighlighting": true,
"enableLazyFileResultSyntaxHighlighting": true,
"enableSearchFilePrefetch": true,
"enableSidebarFilePrefetch": true
},
"search.repositoryGroups": {
"test": ["github.com/gorilla/mux", "github.com/gorilla/pat"]
}
}