aws-amplify / aws-amplify/amplify-cli
Default to "Android Studio" for Android CLI init flow
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 825
- Avg merge
- 11d 23h
- Merged PRs (30d)
- 2
Description
### Is this feature request related to a new or existing Amplify category?
_No response_
### Is this related to another service?
_No response_
### Describe the feature you'd like to request
When running `amplify init` for an Android project, the default editor is set to `Visual Studio Code` rather than `Android Studio`. Changing this requires you to say "No" to the following confirmation and edit every single configuration manually.
```
raphk@88665a1eb0f6 AndroidSampleApp % amplify init
Note: It is recommended to run this command from the root of your app directory
? Enter a name for the project AndroidSampleApp
The following configuration will be applied:
Project information
| Name: AndroidSampleApp
| Environment: dev
| Default editor: Visual Studio Code
| App type: android
| Res directory: app/src/main/res
```
### Describe the solution you'd like
Set default editor to `Android Studio` when initializing a new project for Android.
### Describe alternatives you've considered
N/A
### Additional context
_No response_
### Is this something that you'd be interested in working on?
- [ ] 👋 I may be able to implement this feature request
- [ ] ⚠️ This feature might incur a breaking change
Contributor guide
Assessment
This issue has not been assessed yet.