amoilanen / Brackets-Command-Line-Shortcuts

Brackets IDE plugin. Adds support of shortcuts for execution of terminal commands right from the IDE.
8 stars 1 forks source link

Console not showing #11

Closed baileyherbert closed 4 years ago

baileyherbert commented 8 years ago

I am using this extension to run a .bat file which builds and executes my LOVE2D game. If I run the file manually there is a console along with the game which contains debugging info.

However, when running with this extension, the console does not show, and any info the game outputs to console doesn't show in the feedback panel.

Is there an option to enable the console again?

        {
            "name": "Run with LOVE",
            "dir": "$PROJECT_ROOT",
            "cmd": "build",
            "shortcut": "Ctrl-Shift-Z",
            "autohide": true
        }