Extensions: `allowRemoteExtensions` doesn't apply to default extensions
View options
- Truncate descriptions
Created by: chrismwendt
- Add this to http://localhost:3080/site-admin/configuration
"extensions": {
"allowRemoteExtensions": [
"sourcegraph/basic-code-intel",
"sourcegraph/git-extras"
]
},
- Visit http://localhost:3080/github.com/gorilla/mux/-/blob/mux.go
- Notice a bunch of warnings like
Extension sourcegraph/cpp was not found. Remove it from settings to suppress this warning.
I expect those warnings to not show up.