redhat-developer / redhat-developer/vscode-microprofile
Clarification on expected behaviour for microprofile-config.properties file in webapp directory
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 17
- Avg merge
- 23h 47m
- Merged PRs (30d)
- 3
Description
Currently, it seems that the LSP4MP language server does not provide suggestions for the microprofile-config.properties file when it is located under the webapp/META-INF directory.
Suggestions are only available when the file is placed under resources/META-INF.
Related - #249
Tools for MicroProfile Version: v0.11.0
OS: Mac
Steps to Reproduce:
Place microprofile-config.properties under webapp directory.
Open VSCode and try to access suggestions for properties within the microprofile-config.properties file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by placing microprofile-config.properties under webapp/META-INF, then compare suggestions with the same file under resources/META-INF. Review related issue #249 and the existing discussion to determine the expected behavior; done means the expected location and suggestion support are confirmed and covered by an appropriate change or test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100