From e815b7192ecd4953bb625cf81ce8e3183b7bad45 Mon Sep 17 00:00:00 2001 From: actions-user Date: Thu, 14 Aug 2025 17:10:09 +0000 Subject: [PATCH] chore: auto-update generated files --- schema.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/schema.json b/schema.json index 9d82094718298a4c90c4e7e224385b62830303fe..9f5bed67845fb3d56030fe233ffee1fbc0607478 100644 --- a/schema.json +++ b/schema.json @@ -70,12 +70,16 @@ "items": { "type": "string", "examples": [ - ".go", - ".mod" + "go", + "mod", + "rs", + "c", + "js", + "ts" ] }, "type": "array", - "description": "File extensions this LSP server handles (e.g. .go .rs .py)" + "description": "File types this LSP server handles" } }, "additionalProperties": false,