ionic-team / vscode-ionic

Visual Studio Code Ionic Extension
Other
6 stars 0 forks source link

Feature Request - Configuration for the Android/iOS shortcut #146

Open PhilippRoessner opened 12 months ago

PhilippRoessner commented 12 months ago

I'd like to configure the shortcuts of starting the Android or iOS application. important would be to set the project and the configuration parameters.

dtarnawsky commented 11 months ago

At the moment you can run the app in iOS, Android or Web, then using the keyboard shortcut of alt+R will re-run for that same configuration. I'm guessing though you are after the ability to be customize this.

PhilippRoessner commented 11 months ago

@dtarnawsky Yeah, like I mentioned, it would be useful to customize the project and configuration parameters for the run command. Right now, the "main" project with the production environment will start. I'd like to configure that.

mbeckenbach commented 2 months ago

@dtarnawsky I agree to @PhilippRoessner. When working on Angular projects it's pretty important that you can set a configuration as it is usually used for different environments. All platform Run and Debug options should support to set the configuration parameter.

mbeckenbach commented 2 months ago

@PhilippRoessner I just discoverd that you actually can change the Run links to other configurations. It's just not really intutive. First you need to hover over the ... next to the build feature and choose a config. Then the Run features "remember" it.

image