From 8746f85351d67042e8f300727f7d4e312561c821 Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Thu, 12 Dec 2024 12:02:44 +0000 Subject: [PATCH] Fix invalid Json in devproxy-config-file snippet. Closes #162 --- CHANGELOG.md | 4 ++++ src/snippets.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b24a0c..0af27a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Snippets: `devproxy-plugin-open-api-spec-generator` - OpenApiSpecGeneratorPlugin config section - Snippets: All snippets that reference schemas updated to use `v0.24.0` schema +### Fixed: + +- Snippets: Fix invalid Json in `devproxy-config-file` + ## [0.14.0] - 2024-11-27 ### Added: diff --git a/src/snippets.json b/src/snippets.json index 9081e1d..36a8fdb 100644 --- a/src/snippets.json +++ b/src/snippets.json @@ -9,9 +9,9 @@ "\t],", "\t\"urlsToWatch\": [", "\t\t$2", - "\t]", - "\t\"logLevel\": \"information\"", - "\t\"newVersionNotification\": \"stable\"", + "\t],", + "\t\"logLevel\": \"information\",", + "\t\"newVersionNotification\": \"stable\",", "\t\"showSkipMessages\": true", "}" ],