From ca81663a3d922ddb5de81721001a38be3a07fdab Mon Sep 17 00:00:00 2001 From: Jeremy Tenjo Date: Tue, 4 Feb 2025 12:21:28 -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 467f270..4b82f5e 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