Merge from master

This commit is contained in:
Raj Musuku
2019-02-21 17:56:04 -08:00
parent 5a146e34fa
commit 666ae11639
11482 changed files with 119352 additions and 255574 deletions

View File

@@ -1 +1,3 @@
test/**
build/**
test/**
cgmanifest.json

View File

@@ -1,7 +0,0 @@
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
[{
"name": "Microsoft/vscode-JSON.tmLanguage",
"version": "0.0.0",
"license": "MIT",
"repositoryURL": "https://github.com/Microsoft/vscode-JSON.tmLanguage"
}]

View File

@@ -0,0 +1,17 @@
{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "Microsoft/vscode-JSON.tmLanguage",
"repositoryUrl": "https://github.com/Microsoft/vscode-JSON.tmLanguage",
"commitHash": "9bd83f1c252b375e957203f21793316203f61f70"
}
},
"license": "MIT",
"version": "0.0.0"
}
],
"version": 1
}

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#"
}
]
}