aws / language-servers

AWS related Language Servers
Apache License 2.0
23 stars 18 forks source link

Enable Project Validation #467

Closed aniruddhadave closed 3 days ago

aniruddhadave commented 1 week ago

Problem

Project Type validation was disabled. Only valid project types can be used for transformation.

Solution

Enable Project Type Validation. If the project type is not valid return NotSupported in case of a project transformation or the unsupported projects list in case of a solution transformation.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.