update to latest JSON language service

This commit is contained in:
Alex Dima 2020-09-07 15:56:34 +02:00
parent 64d8798d5d
commit 2f06141c30
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
4 changed files with 30 additions and 26 deletions

View file

@ -20,6 +20,8 @@ let result = [
` * Licensed under the MIT License. See License.txt in the project root for license information.`,
` *--------------------------------------------------------------------------------------------*/`,
``,
`/// <reference path="node_modules/monaco-editor-core/monaco.d.ts" />`,
``,
`declare namespace monaco.languages.json {`
];
for (let line of lines) {