Ross Anderson
Ross Anderson
https://code.visualstudio.com/api/working-with-extensions/bundling-extension 
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...
e.g. ``` .alter table FooBar policy retention "{\"SoftDeletePeriod\":\"180.00:00:00\",\"Recoverability\":\"disabled\"}" ```
Things like ``` .alter table .create-merge table .set-or-replace async .ingest into table .drop table ... ifexists ``` etc
The first snippet should be ``` .create-or-alter function with (folder="", docstring="", skipvalidation="false") FunctionName(param1: int, param2: string) { // query } ```
Requires #3 probably, since we'd need to make a kusto call per-table to get each table's schema, and doing a login for every table is a no-go.
The KustoCodeService chunks up a document in sometimes strange ways, which leads to odd document formatting. See JANK_CLEANUP.md for a couple examples of this. The idea here would be to...
Right now, there's a device code auth flow for every single `kusto.execute()` call. It would open up some use cases if we could make many kusto calls without each of...
That matches all the colors in the KE dark theme