KeymapExtensions handling still needed? #121861
Labels
debt
Code quality issues
extensions
Issues concerning extensions
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
Refs: #119463
I noticed that there we are having some special code for checking conflicts in keymap extnesions https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/extensions/common/extensionsUtils.ts#L26
I believe this is no longer needed and we could just do the following:
WHen a user installs a keymap extension that we show a modal dialog that he already has one installed and if he is sure what is he doing and offer to disable the other one. If he says yes, we proceed.
I think that would be a clenaer solution than having an Keymap workbench contribution which handles an obscure case of users having multiple keymap extensions.
Not sure who is the owner, based on blame assigning to @chrmarti and @sandy081
The text was updated successfully, but these errors were encountered: