From 1effbafd70243ac27a1685d050e33a7ea0f62460 Mon Sep 17 00:00:00 2001 From: "LeChatP (Eddie BILLOIR)" Date: Fri, 8 Sep 2023 11:06:08 +0200 Subject: [PATCH] Just add KDL logo on .kdl file extension Everything in the title. This would add the logo on every .KDL files. (Not tested at all, just taken from VSCode dev manual) --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 49a72fa..a599d2d 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,10 @@ "extensions": [ ".kdl" ], + "icon": { + "light": "KDL_Logo_Only_128x128.png", + "dark": "KDL_Logo_Only_128x128.png" + } "configuration": "./language-configuration.json" } ],