Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Project Support #175

Open
milesziemer opened this issue Oct 16, 2024 · 0 comments
Open

Gradle Project Support #175

milesziemer opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@milesziemer
Copy link
Contributor

The language server currently has pretty much no idea how to load Smithy Gradle projects. It only knows about smithy-build.json and .smithy-project.json. This means if you're using the Smithy Gradle Plugin, the server can't figure out which .smithy files are part of your project, what dependencies you have, or when to reload the project (because you've changed either of those things).

Ideally, Gradle projects work in the language server pretty much the same way as other projects, but we need to figure out the sources and dependencies. This is a pretty open problem - you can technically use .smithy-project.json, but you'd have to set it up manually. At the very least, we need to detect a Gradle project.

@milesziemer milesziemer added the enhancement New feature or request label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant