From 8a296e38905972297537b7d3e47e120e8075c2c4 Mon Sep 17 00:00:00 2001 From: Joe Hanley Date: Wed, 15 May 2024 10:24:54 -0700 Subject: [PATCH] fix typo --- firebase-vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-vscode/package.json b/firebase-vscode/package.json index 8faf858032d..2f19cee88d5 100644 --- a/firebase-vscode/package.json +++ b/firebase-vscode/package.json @@ -15,7 +15,7 @@ ], "extensionDependencies": [ "graphql.vscode-graphql-syntax", - "redhat.vscode-yaml", + "redhat.vscode-yaml" ], "activationEvents": [ "onStartupFinished",