From 4e001e4ecfc563907e04dcbcec956f49493fe737 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 24 Nov 2025 11:24:30 -0500 Subject: [PATCH] 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 --- schemas/package.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/package.schema.json b/schemas/package.schema.json index a74bd2a10a..53d17634ce 100644 --- a/schemas/package.schema.json +++ b/schemas/package.schema.json @@ -1,6 +1,5 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Java Language server contributions to package.json", "type": "object", "properties": { "contributes": {