AzureMonitor: Kusto language support (#33528)

* Add Kusto custom language to Monaco

* Load Kusto schema into monaco

* cleanup + tests

* cleanup + tests

* cleanup :)

* move monaco languages to a registry
This commit is contained in:
Josh Hunt
2021-05-11 15:48:59 +01:00
committed by GitHub
parent 4fabade35c
commit 72c9d806fd
22 changed files with 425 additions and 196 deletions

View File

@ -88,10 +88,10 @@ module.exports = {
],
},
},
// {
// from: './node_modules/@kusto/monaco-kusto/release/min/',
// to: 'monaco/min/vs/language/kusto/',
// },
{
from: './node_modules/@kusto/monaco-kusto/release/min/',
to: '../lib/monaco/min/vs/language/kusto/',
},
],
}),
],