Trim UI in the GitLab integration
Created by: lguychard
Rel RFC 68
Hides some UI features in the GitLab native integration:
- Command palette
- Code view toolbar (contains "View file on Sourcegraph" button, and extension-contributed actions)
- Extension-contributed decorations.
This can be overridden by setting the localStorage.sourcegraphFullUI
flag (to true
if you want to test the full UI in the native integration, or to false
to test the trimmed down UI in the browser extension).