Luke-zhang-04 / processing-vscode

A Visual Studio Code extension for the Processing programming language (https://processing.org/)
https://marketplace.visualstudio.com/items?itemName=Luke-zhang-04.processing-vscode
MIT License
14 stars 3 forks source link

[Question] how can I run command on cmd terminal? (on windows) #34

Open icq4ever opened 8 months ago

icq4ever commented 8 months ago

my default terminal is mingw64 bash on vscode. I guess this extension command using cmd on windows. how can I run run task with cmd terminal, not mingw64 on windows?

Luke-zhang-04 commented 8 months ago

Right now, it's just using the default terminal profile. I'll work on a configuration option for this.