Skip to content

Commit 4e001e4

Browse files
committed
Remove title for package.json schema contribution
This title will compete with the title of the base schema in cases like highlight, and the title is nonsensical for package.json for things other than VS Code extensions. Fixes #4268 Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 114980f commit 4e001e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schemas/package.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3-
"title": "Java Language server contributions to package.json",
43
"type": "object",
54
"properties": {
65
"contributes": {

0 commit comments

Comments
 (0)