mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
update to latest JSON language service
This commit is contained in:
parent
64d8798d5d
commit
2f06141c30
4 changed files with 30 additions and 26 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue