Enables the execution of commands within Visual Studio Code and its extensions through clickable links, which can be accessed from outside the editor environment or Markdown previews.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
The Command Executor extension enables the execution of commands within Visual Studio Code and its extensions through clickable links, which can be accessed from outside the editor environment or Markdown previews.
Features
Execute commands directly from links.
Supports passing arguments to the commands.
Getting Started
Install the extension from the VS Code marketplace.
Once installed, commands can be executed by clicking on links formatted as vscode://eliostruyf.execcommand?command=<command id>&args=<args>.
Example
Execute the command to create a new untitled file: