Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(amazonq): support .hbs, .gjs, .gts, .astro, .mdx, .erb, .rake, .…
…svelte files in /dev (#6523) ## Problem The following filetypes are not currently supported in `/dev`: - .hbs (Handlebars) - .gjs/.gts (Glimmer JavaScript/Glimmer TypeScript) - .astro/.mdx (Astro) - .svelte (Svelte) - .erb/.rake (Ruby) ## Solution Add .hbs, .gjs, .gts, .astro, .mdx, .svelte, .erb, and .rake to list of supported file extensions --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information