package/src/languageServiceManager/kustoLanguageService.ts (8 lines): - line 1072: // TODO: do we need to do tricks like V1 is doing in this.getCurrentCommand? - line 2162: [TokenKind.ControlCommandToken]: k2.ClassificationKind.PlainText, // TODO ? - line 2163: [TokenKind.CommandPartToken]: k2.ClassificationKind.PlainText, // TODO ? - line 2165: [TokenKind.CslCommandToken]: k2.ClassificationKind.Keyword, // TODO ? - line 2166: [TokenKind.LetVariablesToken]: k2.ClassificationKind.Identifier, // TODO ? - line 2168: [TokenKind.BracketRangeToken]: k2.ClassificationKind.Keyword, // TODO ? - line 2169: [TokenKind.ClientDirectiveToken]: k2.ClassificationKind.Keyword, // TODO ? - line 2203: // TODO: handle outputColumns (right now it doesn't seem to be implemented for any function). package/src/languageFeatures.ts (2 lines): - line 485: // TODO: Is this cast safe? - line 493: // TODO: Where is the "range" property coming from? package/scripts/build.ts (1 line): - line 58: // TODO: Delete on next breaking release package/src/languageServiceManager/schema.ts (1 line): - line 239: readonly Plugins: readonly unknown[]; // TODO: define Plugin package/src/monaco.contribution.ts (1 line): - line 123: // TODO: asked if there's a cleaner way to register an editor contribution. looks like monaco has an internal contribution registrar but it's no exposed in the API.