mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:12:09 +08:00
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:
@ -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/',
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
Reference in New Issue
Block a user