Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode'
This commit is contained in:
14
lib/vscode/extensions/json/test/colorize-fixtures/test.json
Normal file
14
lib/vscode/extensions/json/test/colorize-fixtures/test.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
// a comment
|
||||
"options": {
|
||||
"myBool": true,
|
||||
"myInteger": 1,
|
||||
"myString": "String\u0056",
|
||||
"myNumber": 1.24,
|
||||
"myNull": null,
|
||||
"myArray": [ 1, "Hello", true, null, [], {}],
|
||||
"myObject" : {
|
||||
"foo": "bar"
|
||||
}
|
||||
}
|
||||
}
|
1168
lib/vscode/extensions/json/test/colorize-results/test_json.json
Normal file
1168
lib/vscode/extensions/json/test/colorize-results/test_json.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user