aws-amplify / aws-amplify/amplify-cli
Support platform preferences for default editor and app type
- 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?
auth
### Is this related to another service?
_No response_
### Describe the feature you'd like to request
I always get these defaults. I have not seen docs which show that I can set these defaults as preferences.
```
The following configuration will be applied:
Project information
| Name: Tuesday
| Environment: dev
| Default editor: Visual Studio Code
| App type: javascript
| Javascript framework: none
| Source Directory Path: src
| Distribution Directory Path: dist
| Build Command: npm run-script build
| Start Command: npm run-script start
```
### Describe the solution you'd like
I'd like to set the default editor to `Xcode` and app type to `iOS`.
### 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.