Merge VS Code 1.30.1 (#4092)

This commit is contained in:
Matt Irvine
2019-02-21 17:17:23 -08:00
committed by GitHub
parent a764a481f3
commit 826856c390
11465 changed files with 119542 additions and 255338 deletions

View File

@@ -24,7 +24,6 @@
".jshintrc",
".jscsrc",
".eslintrc",
".babelrc",
".webmanifest",
".js.map",
".css.map"
@@ -45,6 +44,8 @@
"JSON with Comments"
],
"extensions": [
".hintrc",
".babelrc",
".jsonc"
],
"configuration": "./language-configuration.json"
@@ -65,7 +66,7 @@
"jsonValidation": [
{
"fileMatch": "*.schema.json",
"url": "http://json-schema.org/draft-04/schema#"
"url": "http://json-schema.org/draft-07/schema#"
}
]
}