src/docker/ContextManager.ts (4 lines): - line 64: // TODO: consider a periodic refresh as a catch-all; but make sure it compares old data to new before firing a change event - line 65: // TODO: so that non-changes don't result in everything getting refreshed - line 420: // TODO: this is not a very good heuristic - line 445: ContextType: cliContext.ContextType || (cliContext.DockerEndpoint ? 'moby' : 'aci'), // TODO: this basically assumes no Type and no DockerEndpoint => aci src/docker/DockerServeClient/DockerServeUtils.ts (3 lines): - line 43: Name: container.id, // TODO ? - line 46: ImageID: undefined, // TODO ? - line 47: CreatedTime: undefined, // TODO ? src/debugging/DockerDebugConfigurationProvider.ts (2 lines): - line 91: actionContext.telemetry.properties.orchestration = 'single' as DockerOrchestration; // TODO: docker-compose, when support is added - line 164: // TODO: if we ever do non-localhost debugging this would need to change src/tree/LocalRootTreeItemBase.ts (2 lines): - line 316: // TODO: Should this be awaited? - line 322: // TODO: Should this be awaited? src/utils/spawnAsync.ts (2 lines): - line 121: * TODO: See if this can be folded into spawnAsync(). - line 220: * TODO: See if this can be folded into execAsync(). src/tree/ToolTipTreeItem.ts (2 lines): - line 16: // TODO: when possible we should remove this - line 44: // TODO: when possible we should remove this src/commands/registries/azure/deployImageToAci.ts (1 line): - line 107: label: localize('vscode-docker.azureUtils.germanCloud', 'Azure Germany'), // TODO: AzureGermanCloud is closing in October 2021, remove this then src/tasks/DockerBuildTaskProvider.ts (1 line): - line 35: // TODO: Skip if image is freshly built src/docker/DockerodeApiClient/DockerodeApiClient.ts (1 line): - line 115: // TODO: Get demuxStream() included in type definition. src/tasks/node/NodeTaskHelper.ts (1 line): - line 146: // TODO: Can this mapping be dynamic? src/extension.ts (1 line): - line 81: // TODO: use built-in issue reporter if/when support is added to include arbitrary info in addition to repro steps (which we would leave blank to force the user to type *something*) src/tasks/DockerTaskProvider.ts (1 line): - line 54: context.actionContext.telemetry.properties.orchestration = 'single' as DockerOrchestration; // TODO: docker-compose, when support is added src/commands/compose/getComposeSubsetList.ts (1 line): - line 109: // TODO: if there are any profiles, then only services with no profiles show up when you query `config --services`. This makes for a lousy UX. src/commands/registerWorkspaceCommand.ts (1 line): - line 101: // TODO: Should this be awaited? src/debugging/DebugHelper.ts (1 line): - line 63: // TODO: This is stripping out a level of indentation, but the tasks one isn't src/tasks/DockerRunTaskProvider.ts (1 line): - line 32: // TODO: Skip if container is freshly started, but probably depends on language