From 7f812ef027d0f44f66da057d2c6800008daa69d4 Mon Sep 17 00:00:00 2001 From: Justin Mecham Date: Tue, 19 Nov 2019 12:59:24 -0500 Subject: [PATCH] Only activate for projects containing Ruby source. --- extension.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension.json b/extension.json index be04ba1..9496c39 100644 --- a/extension.json +++ b/extension.json @@ -5,6 +5,9 @@ "description": "Integrates with RuboCop to provide contextual issues in Nova.", "version": "1.0", "main": "main.js", + "activationEvents": [ + "onLanguage:ruby" + ], "entitlements": { "process": true }