From 5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Thu, 5 Dec 2024 13:34:46 -0500 Subject: Removed Useless Configs --- .../coc-html/schemas/package.schema.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .config/coc/extensions/node_modules/coc-html/schemas/package.schema.json (limited to '.config/coc/extensions/node_modules/coc-html/schemas') diff --git a/.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json b/.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json deleted file mode 100644 index a4d8715..0000000 --- a/.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "HTML contributions to package.json", - "type": "object", - "properties": { - "contributes": { - "type": "object", - "properties": { - "html.customData": { - "type": "array", - "markdownDescription": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its HTML support for the custom HTML tags, attributes and attribute values you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.", - "items": { - "type": "string", - "description": "Relative path to a HTML custom data file" - } - } - } - } - } -} -- cgit v1.2.3