Closed muzimuzhi closed 1 month ago
Duplicate of #7563?
Problem should be fixed with the next website deployment (Monday). https://github.com/microsoft/vscode-docs/issues/7563#issuecomment-2348472281
Will find out by Monday.
..., you can use the **Developer: Inspect Context Keys** command from the
Command Palette (`kb(workbench.action.showCommands)`).
Also in the second case, the command ID seems wrong. Should be
kb(workbench.action.inspectContextKeys)
.
Oh, the current command ID is right. It's for openning the Command Palette, not executing the "Developer: Inspect Context Keys" command.
@muzimuzhi The keybinding substitutions will be fixed later today, when we publish the website. Thanks for raising this though.
Confirmed it's fixed. Thanks!
https://code.visualstudio.com/api/references/when-clause-contexts
Also in the second case, the command ID seems wrong. Should be
kb(workbench.action.inspectContextKeys)
.