src/views/connectionUI.ts (3 lines): - line 496: // TODO: Access account which firewall error needs to be added from: - line 666: // TODO again consider moving information prompts to the prompt package - line 677: // TODO: consider moving to prompter if we separate all UI logic from workflows in the future src/controllers/queryRunner.ts (3 lines): - line 210: // TODO: localize - line 353: // TODO: Localize - line 369: // TODO: Localize src/azure/accountService.ts (1 line): - line 70: // TODO: match type for mapping in mssql and sqltoolsservice src/azure/simpleWebServer.ts (1 line): - line 67: // TODO: What are string addresses? src/models/resultsSerializer.ts (1 line): - line 106: // TODO: assign config src/models/contracts.ts (1 line): - line 84: // TODO: Define config for JSON src/controllers/connectionManager.ts (1 line): - line 397: // TODO: we should allow the user to change their password here once corefx supports SqlConnection.ChangePassword() src/prompts/factory.ts (1 line): - line 20: * TODO: src/models/connectionCredentials.ts (1 line): - line 285: // TODO consider enum based verification and handling of AD auth here in the future src/prompts/adapter.ts (1 line): - line 55: // TODO define question interface