Skip to content

Commit

Permalink
Enable multiline search console in dev (#14301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Guychard committed Sep 30, 2020
1 parent 175afb3 commit ccd3649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/global-settings.json
Expand Up @@ -2,7 +2,8 @@
// This is set from an environment variable
"experimentalFeatures": {
"showRepogroupHomepage": true,
"showEnterpriseHomePanels": true
"showEnterpriseHomePanels": true,
"showMultilineSearchConsole": true
},
"search.repositoryGroups": {
"test": ["github.com/gorilla/mux", "github.com/gorilla/pat"]
Expand Down

0 comments on commit ccd3649

Please sign in to comment.