From 40fdc2d6c8d075c1f13cb0ae3bab2c7dd427d169 Mon Sep 17 00:00:00 2001 From: Alexander Chibrikin Date: Thu, 10 Sep 2026 17:26:54 +0300 Subject: [PATCH] Add `license` field in `package.json`. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f0d7f83..2069caa 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.9.41", "icon": "res/icon.png", "publisher": "tangzx", + "license": "MIT", "engines": { "vscode": "^1.89.0" },