From f19b5dfd672a030f7e1c9e2e0579e3796dcc0e2e Mon Sep 17 00:00:00 2001 From: Alejandro Exojo Date: Wed, 27 Nov 2024 21:53:11 +0100 Subject: [PATCH] Activate the addon on certain file patterns --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index d91b262..fe725ba 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,5 @@ { + "files" : [ "spec/%S+", "tests/%S+" ], "settings": { "Lua.workspace.library": [ "${3rd}/luassert/library"