From 96479b86f3a5d1215ba7a271ebe9d8f687717345 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sat, 23 Nov 2019 21:36:10 -0500 Subject: [PATCH] Allow trailing commas in jsconfig.json, too This is a followup to commit bcf67c867f70c36682e829196b3e72c91f71f081 "allow trailing commas in tsconfig.json (for #80419)". --- .../typescript-language-features/schemas/jsconfig.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/typescript-language-features/schemas/jsconfig.schema.json b/extensions/typescript-language-features/schemas/jsconfig.schema.json index ddee9fc57af..8724f9b3aee 100644 --- a/extensions/typescript-language-features/schemas/jsconfig.schema.json +++ b/extensions/typescript-language-features/schemas/jsconfig.schema.json @@ -1,4 +1,5 @@ { + "allowTrailingCommas": true, "title": "JSON schema for the JavaScript configuration file", "type": "object", "default": {