redhat-developer / redhat-developer/vscode-java
To get the effective value for '[java]', provide the URI of a resource or 'null' for any resource.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
A warning in Log (Extension Host)
[2022-05-30 09:49:42.701] [exthost] [warning] [redhat.java] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for '[java]', provide the URI of a resource or 'null' for any resource.
I assume that, adding null as a second parameter would fix the warning and maintain the same behavior.
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
Start in src/settings.ts around line 119, where the issue identifies the resource-scoped configuration access producing the warning. Verify the existing call and confirm that supplying the appropriate second argument removes the warning without changing the effective setting behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100