src/schema-contributor.ts (6 lines): - line 13: // TODO: Add tests for this class. - line 14: // TODO: Can we just get rid of this class? - line 20: * TODO: We might be able to use this to intelligently grab the schema for projects using Azure Repos. - line 62: // TODO: This is currently the only way to fallback to the default schema provider. - line 71: * TODO: If we stick to just local files and http(s), I doubt we need this. - line 90: // TODO: Do this differently... why not instantiate? Static? Something else. src/extension.ts (5 lines): - line 54: // TODO: Have a single instance for the extension but dont return a global from this namespace - line 64: // TODO: Can we get rid of this since it's set in package.json? - line 68: // TODO: move to schema-association-service? - line 79: // TODO: Figure out a way to get sourcemaps working with webpack so that we can always - line 99: // TODO: Switch to handling the workspace/configuration request src/logger.ts (2 lines): - line 8: // TODO: How can we write this to disk too so that we can remotely debug issues? - line 9: // TODO: Set env var or something to turn logging on/off? src/configure/helper/devOps/azureDevOpsHelper.ts (2 lines): - line 29: // TODO: Use ADO instead. - line 135: // TODO: These should be able to be changed to use ADO instead. src/configure/configure.ts (2 lines): - line 336: // FIXME: It _is_ possible for an organization to have no projects. - line 521: // TODO: show notification while setup is being done. src/helpers/telemetryHelper.ts (2 lines): - line 67: // FIXME: This should really be sendTelemetryException but I'm maintaining - line 97: // TODO: Rename to something with less potential for confusion, like 'time' or 'timeFunction'? src/schema-association-service.ts (2 lines): - line 25: // TODO: Should this inlined into getSchemaAssocations? - line 50: // TODO: We *could* make this configurable, but it'd probably make more sense to co-opt src/extensionVariables.ts (1 line): - line 5: // TODO: This probably shouldn't be a class we pass around, src/configure/helper/graphHelper.ts (1 line): - line 10: // TODO: Replace this class with @microsoft/microsoft-graph-client and @azure/arm-authorization src/configure/helper/LocalGitRepoHelper.ts (1 line): - line 42: const branch = status.current; // FIXME: This doesn't work correctly for empty repos until 2.11.0 src/configure/clients/devOps/organizationsClient.ts (1 line): - line 147: // TODO: Need to verify this signature