sourcegraph/dev/global-settings.json
Camden Cheek db7a268c34
Chore: remove search console (#63322)
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.
2024-06-19 11:05:03 -06:00

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"]
}
}