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
(cherry picked from commit a6484c6f81)
# Conflicts:
# yarn.lock
This commit is contained in:
committed by
Horst Gutmann
parent
f70714b70b
commit
cfc152a82b
@@ -57,7 +57,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