All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
- Initial release
- Feature for listing environments, checking out environments and creating environments.
- Added Amplify Push, Pull and Status in the listing.
- Removed Code Duplication
- Amplify Icon in the status bar
- Progress Notification when changing environment
- Child process when changing environment
- Ability to add a new env from the extension
- The Logo for the VS Code extension
- Changed the name from Display AWS Amplify Environment to AWS Amplify Enironment
- the extension activation event was an event that looked for a
team-provider-info.json
file in the workspace at startup and if not found the extension would not activate. With this fix. The file system watcher detects the creation of theteam-provider-info.json
file and activates the extension.
- The extension was not detecting the creation of the
team-provider-info.json
file.
- Removed the tooltip for now (Don't know what to use it for right now, will figure it out)