Fix CPP-42113 In VSCode keymap both "Go to Symbol" and "File Structure" are bound to "Ctrl+Shift+O"

GitOrigin-RevId: 0618b05b6fbde599c8e0ec4ec2016f69db5a2300
This commit is contained in:
Dmitry Matveev
2025-03-26 15:09:06 +01:00
committed by intellij-monorepo-bot
parent 7472ecce92
commit 4863ff32ab
2 changed files with 0 additions and 2 deletions

View File

@@ -354,7 +354,6 @@
<action id="GotoSuperMethod" />
<action id="GotoSymbol">
<keyboard-shortcut first-keystroke="meta t" />
<keyboard-shortcut first-keystroke="meta shift o"/>
</action>
<action id="GotoTest" />
<action id="GotoTypeDeclaration">

View File

@@ -279,7 +279,6 @@
</action>
<action id="GotoSuperMethod" />
<action id="GotoSymbol">
<keyboard-shortcut first-keystroke="ctrl shift o" />
<keyboard-shortcut first-keystroke="ctrl t" />
</action>
<action id="GotoTest" />