microsoft / vscode-docs

Public documentation for Visual Studio Code
http://code.visualstudio.com/docs
Other
5.71k stars 4.65k forks source link

Two keyboard shortcuts `kb(<command ID>)` in when-clause-contexts.md are not rendered #7592

Closed muzimuzhi closed 1 month ago

muzimuzhi commented 1 month ago

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).

muzimuzhi commented 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.

muzimuzhi commented 1 month ago
..., 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.

ntrogh commented 1 month ago

@muzimuzhi The keybinding substitutions will be fixed later today, when we publish the website. Thanks for raising this though.

muzimuzhi commented 1 month ago

Confirmed it's fixed. Thanks!