You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(c9): use 'fs' for c9 when calling writeFile (#4416)
Problem: the C9 stub for the vscode api's writeFile does not support
writing outside of the workspace dir, which can happen when adding new
IAM credentials.
Solution: Fall back to a standard fs library for C9.
#### Testing
Tested on C9
<!---
REMINDER:
- Read CONTRIBUTING.md first.
- Add test coverage for your changes.
- Update the changelog using `npm run newChange`.
- Link to related issues/commits.
- Testing: how did you test your changes?
- Screenshots
-->
## License
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
Co-authored-by: aws-toolkit-automation <>
0 commit comments