From d62fde6f14db9a0e2e48dcacd046d8288e6aa3e4 Mon Sep 17 00:00:00 2001 From: Jeremy Tenjo Date: Tue, 4 Feb 2025 11:55:25 -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 8d61c84..ac3f64d 100644 --- a/package.json +++ b/package.json @@ -105,4 +105,4 @@ "vsce": "2.15.0", "vscode-test": "^1.5.0" } -} +} \ No newline at end of file