Skip to content

fix: Hide Open in GitLab in command palette

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

Description

"Open in GitLab" is a command that is only relevant in context menus, but it appeared in the general command palette by mistake. Selecting it causes an error message.

Not to be confused with "GitLab: Open Active File on GitLab", which does appear and work as expected.

Related Issues

Resolves #1412

How has this been tested?

Press F1 to open VS Code's Command Palette. 'Open in GitLab' should not show up.

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Lennard Sprong

Merge request reports