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

Fix package name in snippets for vscode #501

Merged
merged 2 commits into from
Oct 30, 2023

Conversation

ajm01
Copy link
Contributor

@ajm01 ajm01 commented Oct 30, 2023

there is a new "jakarta/java/fileInfo" message supported between LS and LSClient to get the package name file in for the file that is currently having a snippet inserted into it. This was not functioning in the vscode env because the config for that new message was missing from the DelegateCommandHandler and the vscode client config as well. Added this support so that package name can be obtained from the jakarta JDT LS extn. There is a separate PR int he liberty-tools-vscode repo to pick up the tool config side of this.

@turkeylurkey turkeylurkey merged commit 3112496 into eclipse:main Oct 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants