Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Makefiles RunnerNew to Visual Studio Code? Get it now.
Makefiles Runner

Makefiles Runner

akecel

|
5,101 installs
| (4) | Free
Make runner for VsCode. Simplify your development by easily running your makefiles commands directly from your IDE interface.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Makefiles-Runner for VsCode

Make runner for VsCode. Simplify your development by easily running your makefiles commands directly from your IDE interface.

Usage

  • Create your "Makefile" at the root of your project
  • Show the Makefiles-Runner panel
  • Run any command with one click 🚀

Feature

Makefile allows you to simply run your makefile commands from the side bar panel.


Usage demo

Extension Settings

  • sortAlphabetically: Sorts the makefile commands shown in the panel in alphabetical order, defaults to false. When disabled, commands are shown in the same order as they appear within the makefile itself.
  • displayDescriptionCommentsInPanel": Optionally shows the convention-based comment about each command in the makefile as text next to each command in the panel, defaults to true. Descriptions will be shown on-hover regardless of the value of this setting.
  • alwaysCreateNewTerminal: Creates a new terminal rather than reusing an existing one when set true, defaults to false.
  • reuseMatchingTerminal: Reuses the first terminal with a matching command label when set true, defaults to false. Overrides alwaysCreateNewTerminal if both set true, so new terminals will only be created when running a command with no matching terminal.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Akecel - Extension author

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details.

Show your support

Give a ⭐️ if this project helped you!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft