-
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
SVT: No suggestions for microprofile-config.properties in VSCode #249
Comments
I looked into this issue further and tried out a few scenarios. I believe the issue is with the location of the properties file. If you have have This isn't an issue with Liberty Tools for VS Code. It should be with the language server (LSP4MP) available through Tools for MicroProfile extension. I tried both with and without Liberty Tools and it's the same issue. It's interesting that it works within IntelliJ with Liberty Tools for IntelliJ IDEA. In any case, this is what needs to be looked into further from the language server's standpoint. Now, the specification does not make it exact as to where the default config source of |
@hanczaryk, can you please take another look and retry? I am closing the issue for now. We can reopen if we believe we need to look into it further on the Liberty Tools side still. |
A new issue can be filed in the MP language server repository when ready. |
Appreciate the update, @hanczaryk! Thanks. |
We should open an issue for the Tools for MicroProfile project for VS Code: https://github.com/redhat-developer/vscode-microprofile and ask for clarification on the expected behaviour for a |
Discussion still going on in redhat-developer/vscode-microprofile#182 |
SVT: No suggestions for microprofile-config.properties in VSCode
I've installed the following level of VSCode on Windows
I installed extension liberty-dev-vscode-ext-0.1.13-SNAPSHOT.vsix for SVT testing.
Looking at the last image in the https://github.com/OpenLiberty/liberty-tools-vscode/blob/main/docs/user-guide.md, I expected to be offered similar suggestions when using Ctrl+Space but instead got no suggestions.
This was an existing SVT application with pre-existing contents in microprofile-config.properties but for this test, I deleted that existing text and was attempting on an empty file.
FYI, I have a similar testing setup using IntelliJ instead of VSCode and this appears to offer suggestions on IntelliJ, so this particular issue seems specific to VSCode.
The text was updated successfully, but these errors were encountered: