"autorun-commander" is a VS Code extension designed to automatically run command-line scripts. It provides convenient run buttons via CodeLens, helping developers quickly execute commands.
Features
Directly run commands in files with the .commander suffix
Automatically opens the terminal and executes commands
Supports custom configuration to enable/disable CodeLens
Requirements
VS Code version >= 1.70.0
File language type must be set to commander
Extension Settings
This extension offers the following settings:
autorun-commander.enableCodeLens: Enable/disable CodeLens feature, default value is true.
Known Issues
Currently only supports running single-line commands