-
Notifications
You must be signed in to change notification settings - Fork 18
Use Buf CLI as an LSP #392
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
65613f4
Spiritual successor to mcy/lsp.
christogav 97ff9e0
Push package-lock.json.
christogav 9e9308b
Fix: load buf modules not running on extension start.
christogav 8f0f3f1
Merge branch 'main' into christogav/lsp
christogav 8f93b86
Push package-lock.json
christogav 228f12c
Fix missing semver types.
christogav 40fd61e
npm run format
christogav 08080b4
lint: rename files
christogav bd6d0b1
(es)lint: fixes
christogav 9071ecf
Fix tests.
christogav 5f99ba2
PR feedback:
christogav 75bf1d2
Ensure specific version is found and used if set in config.
christogav 15de155
Simplify testing - decouple some dependencies and intro stub/mocks.
christogav 226374a
Tidy command descriptions.
christogav c32d2cc
If we can acquire a github token - use one to avoid being rate limite…
christogav d4fac39
Fix extension management of buf by path, version or attempt to find o…
christogav 9372c76
Add warning when both buf.commandLine.path and buf.commandLine.versio…
christogav 79f9bde
Move out command types to avoid circular dependency and simplify inde…
christogav 8b79352
Remove commands from being exported in index.
christogav b6c8bd4
Support relative buf.commandLine.path.
christogav 23acd03
Remove extra assertion failing - adds no value.
christogav faed790
Bump @vscode/test-electron to avoid installation issue found in https…
christogav 4dbcae3
Merge branch 'main' into christogav/lsp
26605d8
Merge branch 'main' into christogav/lsp
christogav 51892ae
Fix version handling per PR feedback.
christogav 574902e
Remove `buf.remove` as no longer neccessary based on how we handle ve…
christogav 65f950f
Bump version and improve the README.
christogav 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 hidden or 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 |
|---|---|---|
|
|
@@ -4,3 +4,4 @@ node_modules | |
| .vscode-test/ | ||
| *.vsix | ||
| .env/ | ||
| .user-data-dir-test | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.