summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-22 11:24:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-05-22 11:24:34 -0400
commit38a76b5108f679fedb0032a1d70bd8ca89f47283 (patch)
treeb528e546bba608c693ea4d6390696c3156bf35f0 /docs/release-notes.md
parentc310875f902f82ef3b9486e2ff3705106b2ad40c (diff)
downloadSMAPI-38a76b5108f679fedb0032a1d70bd8ca89f47283.tar.gz
SMAPI-38a76b5108f679fedb0032a1d70bd8ca89f47283.tar.bz2
SMAPI-38a76b5108f679fedb0032a1d70bd8ca89f47283.zip
allow comments and trailing commas in schemas for VSCode
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema.
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index a0b64bdc..1497d6c9 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -14,6 +14,7 @@
* For mod authors:
* Added validation for the manifest `Dependencies` field.
+ * When using Visual Studio Code to edit JSON files [with a SMAPI JSON schema](technical/web.md#using-a-schema-file-directly), it will no longer warn about comments or trailing commas.
* Fixed validation for mods with version `0.0.0`.
* Fixed _loaded with custom settings_ trace log when using default settings.