-
Notifications
You must be signed in to change notification settings - Fork 34
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
Display lsp diagnostics in console #1406
Merged
ericvergnaud
merged 27 commits into
main
from
feature/multiplexer/display-lsp-diagnostics-in-console
Jan 22, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7beeaff
Manually merge transpile-using-lsp-saved into transpile-unsing-lsp
ericvergnaud 879407c
fix merge issue
ericvergnaud b9e663e
move lineage stuff out of LSP api
ericvergnaud 3bc5fb2
refactor TranspileError and TranspileStatus
ericvergnaud 8cb310f
fix refactoring issues
ericvergnaud 8ac675a
drop work in progress
ericvergnaud 819aad5
add range
ericvergnaud e8b7b3c
fix failing test
ericvergnaud 1c36787
formatting
ericvergnaud 203573e
fix merge issue
ericvergnaud 47e6227
convert diagnostics into TranspileErrors
ericvergnaud 8a58089
display transpile errors in console
ericvergnaud 40b1eff
formatting
ericvergnaud 6f38994
fix failing tests
ericvergnaud e301186
fix merge issue
ericvergnaud b02795f
successfully prints transpile errors in the console
ericvergnaud 5ee7117
formatting + failing tests
ericvergnaud c4836f3
fix failing tests
ericvergnaud f7ad038
drop no longer relevant tests
ericvergnaud 5baeb69
bump max args
ericvergnaud 82a7bcb
add docs
ericvergnaud 5a4ba11
fix typo
ericvergnaud 46a41af
Merge branch 'bump-max-args' into feature/multiplexer/transpile-using…
ericvergnaud f840530
Merge branch 'feature/multiplexer/transpile-using-lsp' into feature/m…
ericvergnaud 7dabd9a
Merge branch 'feature/multiplexer/refactor-transpile-error' into feat…
ericvergnaud 0abeebf
Merge branch 'main' into feature/multiplexer/display-lsp-diagnostics-…
ericvergnaud 6543b8f
fix merge issues
ericvergnaud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
create table stuff(name varchar(12)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
create table stuff(name varchar(12)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
create table stuff(name varchar(12)) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit