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:
Andreas Christou
2023-06-07 11:49:43 +01:00
committed by GitHub
parent 0e28d6143b
commit a6484c6f81
5 changed files with 74 additions and 29 deletions

View File

@ -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/',
},