generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
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
normalize stderr output across go/kotlin #1123
Comments
Open
worstell
added a commit
that referenced
this issue
Apr 4, 2024
worstell
added a commit
that referenced
this issue
Apr 4, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
worstell
added a commit
that referenced
this issue
Apr 5, 2024
although we've temporarily suspended development on the kotlin runtime, this was a useful proof-of-concept to demonstrate how we can build non-Go runtimes to interact with the language server fixes #1123 fixes #1159 <img width="1436" alt="Screenshot 2024-04-04 at 3 23 15 PM" src="https://github.com/TBD54566975/ftl/assets/72891690/a8cb7605-08bf-4b44-a819-239c08ddfa3f">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to ensure stderr output for FTL build errors is structured in a normalized way so that it can be ingested by the LSP. we will use this output to provide the LSP with positions for document highlighting
The text was updated successfully, but these errors were encountered: