From 6fc26a7d0f3afedb848bcd4fd4ed8bd8e3fc58aa Mon Sep 17 00:00:00 2001 From: he1pa <18012015693@163.com> Date: Tue, 16 Jul 2024 19:15:30 +0800 Subject: [PATCH] remove activationEvent on yaml Signed-off-by: he1pa <18012015693@163.com> --- package.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index 39d0c96..3f5559d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "kcl", "displayName": "KCL", "description": "Language extension for KCL", - "version": "0.1.10", + "version": "0.1.11", "engines": { "vscode": "^1.63.0" }, @@ -13,7 +13,6 @@ ], "activationEvents": [ "onLanguage:KCL", - "onLanguage:YAML", "onLanguage:MOD", "onCommand:kcl.restartLanguageServer" ], @@ -70,12 +69,6 @@ ], "configuration": "./language-configuration.json" }, - { - "id": "YAML", - "extensions": [ - ".yaml" - ] - }, { "id": "MOD", "extensions": [