mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
The search console page is broken, is not used or maintained, and is only referenced by a series of blog posts years ago. We have product support to remove it.
15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
// This is set from an environment variable
|
|
"experimentalFeatures": {
|
|
"batchChangesExecution": true,
|
|
"codeMonitoring": true,
|
|
"enableLazyBlobSyntaxHighlighting": true,
|
|
"enableLazyFileResultSyntaxHighlighting": true,
|
|
"enableSearchFilePrefetch": true,
|
|
"enableSidebarFilePrefetch": true
|
|
},
|
|
"search.repositoryGroups": {
|
|
"test": ["github.com/gorilla/mux", "github.com/gorilla/pat"]
|
|
}
|
|
}
|