vscode "Problems" diagnostic entries lack "source" field #725
Labels
for: vscode
something that is specific for VSCode
theme: property-editing-support
type: bug
type: enhancement
Milestone
Describe the bug
The vscode extension sometimes emits diagnostic entries into the "Problems" area. These entries are missing the
source
field - and this makes it difficult to determine that the reported problem originates from this extension here.To Reproduce
In a Spring Boot project, create an application.yaml file with this content:
Observe the rendering of the Problems entry created by this extension:
//exp: information on screen that flags this problem as a Spring Boot problem
//act: nothing suggests that this is a Spring Boot problem
Root cause is simply that, when emitting the diagnostic entry into the vscode host,
this extension fails to emit the
source
field which vscode uses to flag the originator.Please add unique identifying content into a
source
fieldSample
A link to a GitHub repository with a minimal, reproducible sample.
Reports that include a sample will take priority over reports that do not.
At times, we may require a sample, so it is good to try and include a sample up front.
The text was updated successfully, but these errors were encountered: