kuskus
kuskus copied to clipboard
The extension pack so nice they named it twice
Right now, for some reason, to get functions to show up in the completion list, the user must first type `database('DatabaseName').`. Most functions are not called this way, and it's...
https://code.visualstudio.com/api/working-with-extensions/bundling-extension 
If I create a .kql document and put in the following code: ``` let BytesInMB=(bytes: long) { round(bytes / 1024.0 / 1024.0, 2) }; print a=BytesInMB(42) ; ``` I'd like...
With the following code, hovering over any keyword results in a tooltip ```Cannot read properties of undefined (reading: 'IsOptional')``` ``` .create-or-alter function BytesInMB(bytes: long) { round(bytes / 1024.0 / 1024.0,...
Hi I have loaded the symbols from help.windows.core.net/common/samples page into visual studio code editor. But still I can see the issues with the symbols. 
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/take-any-aggfunction It replaces the deprecated any() function.
The following is syntactically correct code, but it breaks syntax highlighting. ``` let myVar = "a\\"; let myOtherVar = "whatever"; ``` 
Setting a Jupyter notebook cell's language to `Kusto` (this extension) causes the cell to fail to lint. Please extend this extension's linting to Jupyter cells / embedded KQL contexts.
gh-action-bump-version was missing "skip-push" capability, so I added it downstream here to use. I then contributed it back upstream in https://github.com/phips28/gh-action-bump-version/pull/143. This issue tracks removing the downstream use in `.github\actions\gh-action-bump-version-master`...
jq-action was missing multiline support, so I added it downstream here to use. I then contributed it back upstream in https://github.com/sergeysova/jq-action/pull/3. This issue tracks removing the downstream use in .github\actions\jq-action-master...