How to listen to native commands in Visual Studio Code, such as the “editor.action.deleteLines” one?
I want to listen to the native commands of Visual Studio Code in a plugin. These commands are obtained through vscode.commands.getCommands
How to listen to native commands in Visual Studio Code, such as the “editor.action.deleteLines” one?
I want to listen to the native commands of Visual Studio Code in a plugin. These commands are obtained through vscode.commands.getCommands
How to listen to native commands in Visual Studio Code, such as the “editor.action.deleteLines” one?
I want to listen to the native commands of Visual Studio Code in a plugin. These commands are obtained through vscode.commands.getCommands