mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:12:13 +08:00
Azure: Fix Kusto auto-completion for Azure datasources (#69685)
* Fix Kusto auto-completion not working in HG * Add update to script paths * Update CODEOWNERS * Missed the ts
This commit is contained in:
@ -60,7 +60,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
{
|
||||
context: path.join(require.resolve('@kusto/monaco-kusto'), '../'),
|
||||
context: path.join(require.resolve('@kusto/monaco-kusto/package.json'), '../release/min'),
|
||||
from: '**/*',
|
||||
to: '../lib/monaco/min/vs/language/kusto/',
|
||||
},
|
||||
|
Reference in New Issue
Block a user