kuskus icon indicating copy to clipboard operation
kuskus copied to clipboard

extension does not recognize kusto function take_any

Open radhakrishnan-chandarasikharan-kr opened this issue 3 years ago • 3 comments

https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/take-any-aggfunction

It replaces the deprecated any() function.

Thanks for the report!

What version of the extension do you see this issue on? In latest I do see the take_any keyword defined in the tmlanguage syntax https://github.com/rosshamish/kuskus/blob/master/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.yml#L108

If you're interested, the last contributor wrote some great instructions here on how to contribute: https://github.com/rosshamish/kuskus/blob/master/kusto-syntax-highlighting/CONTRIBUTING.md

rosshamish avatar Dec 13 '22 22:12 rosshamish

I'm on 1.1.21 as per vscode. I installed from vscode

image

image

This is what I get.. Also, is there a way I can mark the "traces" as a table and not get the error highlighting? I'm not connected to any data source here, although I don't know if that makes a difference to the highlighter