mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
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".
16 lines
460 B
JSON
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"]
|
|
}
|
|
}
|