From db98d2a6bfc9f2f11a59b1930a075064058f6b8a Mon Sep 17 00:00:00 2001 From: Jeremy Tenjo Date: Tue, 4 Feb 2025 10:13:59 -0500 Subject: [PATCH] Fix missing newline at end of package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ee50de..244add9 100644 --- a/package.json +++ b/package.json @@ -102,4 +102,4 @@ "vsce": "2.15.0", "vscode-test": "^1.5.0" } -} +} \ No newline at end of file