kuskus icon indicating copy to clipboard operation
kuskus copied to clipboard

The extension pack so nice they named it twice

Results 44 kuskus issues
Sort by recently updated
recently updated
newest added

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...

feature
help wanted

https://code.visualstudio.com/api/working-with-extensions/bundling-extension ![image](https://user-images.githubusercontent.com/1522678/61921482-249c3580-af12-11e9-8ad1-f0f4dea6b519.png)

help wanted

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...

feature
help wanted

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,...

bug
help wanted

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. ![image](https://user-images.githubusercontent.com/34128579/207776721-ed0e2be1-199f-4d64-b164-062e3d5f4423.png)

bug
help wanted

https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/take-any-aggfunction It replaces the deprecated any() function.

bug
help wanted

The following is syntactically correct code, but it breaks syntax highlighting. ``` let myVar = "a\\"; let myOtherVar = "whatever"; ``` ![image](https://user-images.githubusercontent.com/171086/196248699-2432c8ce-15fb-40d8-ba7b-134e3852aa42.png)

bug
good first issue
help wanted

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.

feature
help wanted

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...