From b2030f3d7e7c6bfbd94da85b2d9e23594442c08f Mon Sep 17 00:00:00 2001 From: Masahiro Hiramori Date: Wed, 9 Nov 2022 23:10:15 +0900 Subject: [PATCH] activate extension when supported file opened --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a4322909..46fb0ec3 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,12 @@ ], "icon": "images/icon.png", "activationEvents": [ - "onStartupFinished" + "onLanguage:verilog", + "onLanguage:systemverilog", + "onLanguage:bsv", + "onLanguage:ucf", + "onLanguage:sdc", + "onLanguage:xdc" ], "main": "./out/src/extension", "contributes": {