Path Lines of Code
NOTICE.html 6088
build/vscode-languageserver-files-stub.js 49
extension.bundle.ts 27
grammar/mongo.g4 72
gulpfile.ts 23
main.js 16
src/AzureDBExperiences.ts 85
src/DatabasesFileSystem.ts 117
src/ParsedConnectionString.ts 16
src/commands/api/DatabaseAccountTreeItemInternal.ts 88
src/commands/api/DatabaseTreeItemInternal.ts 32
src/commands/api/apiCache.ts 31
src/commands/api/findTreeItem.ts 116
src/commands/api/pickTreeItem.ts 105
src/commands/api/revealTreeItem.ts 10
src/commands/deleteCosmosDBAccount.ts 21
src/commands/importDocuments.ts 136
src/constants.ts 64
src/docdb/docDBConnectionStrings.ts 31
src/docdb/getCosmosClient.ts 11
src/docdb/registerDocDBCommands.ts 83
src/docdb/tree/DocDBAccountTreeItem.ts 29
src/docdb/tree/DocDBAccountTreeItemBase.ts 74
src/docdb/tree/DocDBCollectionTreeItem.ts 69
src/docdb/tree/DocDBDatabaseTreeItem.ts 14
src/docdb/tree/DocDBDatabaseTreeItemBase.ts 115
src/docdb/tree/DocDBDocumentTreeItem.ts 99
src/docdb/tree/DocDBDocumentsTreeItem.ts 100
src/docdb/tree/DocDBStoredProcedureTreeItem.ts 55
src/docdb/tree/DocDBStoredProceduresTreeItem.ts 73
src/docdb/tree/DocDBTreeItemBase.ts 36
src/docdb/tree/IDocDBTreeRoot.ts 7
src/extension.ts 138
src/extensionVariables.ts 39
src/graph/gremlinEndpoints.ts 26
src/graph/registerGraphCommands.ts 45
src/graph/tree/GraphAccountTreeItem.ts 36
src/graph/tree/GraphCollectionTreeItem.ts 65
src/graph/tree/GraphDatabaseTreeItem.ts 26
src/graph/tree/GraphTreeItem.ts 68
src/mongo/MongoCommand.ts 17
src/mongo/MongoScrapbook.ts 411
src/mongo/MongoShell.ts 129
src/mongo/connectToMongoClient.ts 30
src/mongo/errorListeners.ts 50
src/mongo/grammar/mongoLexer.ts 217
src/mongo/grammar/mongoListener.ts 38
src/mongo/grammar/mongoParser.ts 1383
src/mongo/grammar/mongoVisitor.ts 21
src/mongo/grammar/visitors.ts 60
src/mongo/languageClient.ts 35
src/mongo/languageServer.ts 7
src/mongo/mongoConnectionStrings.ts 62
src/mongo/registerMongoCommands.ts 178
src/mongo/services/IConnectionParams.ts 5
src/mongo/services/MongoCodeLensProvider.ts 57
src/mongo/services/completionItemProvider.ts 388
src/mongo/services/languageService.ts 65
src/mongo/services/mongoScript.ts 81
src/mongo/services/schemaService.ts 577
src/mongo/setConnectedNode.ts 7
src/mongo/tree/IMongoTreeRoot.ts 3
src/mongo/tree/MongoAccountTreeItem.ts 103
src/mongo/tree/MongoCollectionTreeItem.ts 248
src/mongo/tree/MongoDatabaseTreeItem.ts 205
src/mongo/tree/MongoDocumentTreeItem.ts 71
src/postgres/abstract/AbstractPostgresClient.ts 16
src/postgres/abstract/models.ts 24
src/postgres/commands/checkAuthentication.ts 24
src/postgres/commands/configurePostgresFirewall.ts 58
src/postgres/commands/connectPostgresDatabase.ts 27
src/postgres/commands/copyConnectionString.ts 24
src/postgres/commands/createPostgresDatabase.ts 17
src/postgres/commands/createPostgresQuery/IPostgresQueryWizardContext.ts 5
src/postgres/commands/createPostgresQuery/function/IPostgresFunctionQueryWizardContext.ts 4
src/postgres/commands/createPostgresQuery/function/createPostgresFunctionQuery.ts 16
src/postgres/commands/createPostgresQuery/function/steps/FunctionQueryCreateStep.ts 22
src/postgres/commands/createPostgresQuery/function/steps/FunctionQueryCustomReturnTypeStep.ts 11
src/postgres/commands/createPostgresQuery/function/steps/FunctionQueryNameStep.ts 15
src/postgres/commands/createPostgresQuery/function/steps/FunctionQueryReturnTypeStep.ts 39
src/postgres/commands/createPostgresQuery/runPostgresQueryWizard.ts 16
src/postgres/commands/createPostgresQuery/storedProcedure/createPostgresStoredProcedureQuery.ts 13
src/postgres/commands/createPostgresQuery/storedProcedure/steps/StoredProcedureQueryCreateStep.ts 21
src/postgres/commands/createPostgresQuery/storedProcedure/steps/StoredProcedureQueryNameStep.ts 15
src/postgres/commands/createPostgresQuery/validateIdentifier.ts 98
src/postgres/commands/createPostgresServer/IPostgresServerWizardContext.ts 10
src/postgres/commands/createPostgresServer/steps/PostgresServerConfirmPWStep.ts 22
src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts 86
src/postgres/commands/createPostgresServer/steps/PostgresServerCredPWStep.ts 40
src/postgres/commands/createPostgresServer/steps/PostgresServerCredUserStep.ts 37
src/postgres/commands/createPostgresServer/steps/PostgresServerNameStep.ts 44
src/postgres/commands/createPostgresServer/steps/PostgresServerSetCredentialsStep.ts 33
src/postgres/commands/createPostgresServer/steps/PostgresServerSkuStep.ts 236
src/postgres/commands/deletePostgresDatabase.ts 20
src/postgres/commands/deletePostgresFunction.ts 18
src/postgres/commands/deletePostgresServer.ts 18
src/postgres/commands/deletePostgresStoredProcedure.ts 18
src/postgres/commands/deletePostgresTable.ts 18
src/postgres/commands/enterPostgresCredentials.ts 43
src/postgres/commands/executePostgresQuery.ts 45
src/postgres/commands/openPostgresFunction.ts 10
src/postgres/commands/openPostgresStoredProcedure.ts 10
src/postgres/commands/registerPostgresCommands.ts 62
src/postgres/commands/setPostgresCredentials.ts 21
src/postgres/getClientConfig.ts 108
src/postgres/getPostgresProcedureQueryRows.ts 43
src/postgres/getTables.ts 25
src/postgres/postgresConnectionStrings.ts 63
src/postgres/runPostgresQuery.ts 13
src/postgres/services/PostgresCodeLensProvider.ts 50
src/postgres/showPostgresQuery.ts 8
src/postgres/tree/PostgresColumnTreeItem.ts 22
src/postgres/tree/PostgresDatabaseTreeItem.ts 92
src/postgres/tree/PostgresFunctionTreeItem.ts 37
src/postgres/tree/PostgresFunctionsTreeItem.ts 35
src/postgres/tree/PostgresResourcesTreeItemBase.ts 18
src/postgres/tree/PostgresServerTreeItem.ts 191
src/postgres/tree/PostgresStoredProcedureTreeItem.ts 37
src/postgres/tree/PostgresStoredProceduresTreeItem.ts 35
src/postgres/tree/PostgresTableTreeItem.ts 39
src/postgres/tree/PostgresTablesTreeItem.ts 39
src/table/tree/TableAccountTreeItem.ts 27
src/tree/AttachedAccountsTreeItem.ts 358
src/tree/AzureAccountTreeItemWithAttached.ts 26
src/tree/AzureDBAPIStep.ts 65
src/tree/CosmosDBAccountWizard/CosmosDBAccountCapacityStep.ts 29
src/tree/CosmosDBAccountWizard/CosmosDBAccountCreateStep.ts 44
src/tree/CosmosDBAccountWizard/CosmosDBAccountNameStep.ts 36
src/tree/CosmosDBAccountWizard/ICosmosDBWizardContext.ts 6
src/tree/IAzureDBWizardContext.ts 6
src/tree/SubscriptionTreeItem.ts 126
src/utils/InteractiveChildProcess.ts 136
src/utils/array.ts 6
src/utils/azureClients.ts 13
src/utils/azureUtils.ts 16
src/utils/cp.ts 8
src/utils/getCoreNodeModule.ts 12
src/utils/improveError.ts 9
src/utils/keytar.ts 6
src/utils/localize.ts 2
src/utils/nonNull.ts 21
src/utils/openUrl.ts 4
src/utils/randomUtils.ts 7
src/utils/settingUtils.ts 36
src/utils/timeout.ts 33
src/utils/vscodeUtils.ts 82
src/utils/workspacUtils.ts 10
src/utils/wrapError.ts 16