56 строки
5.3 KiB
JSON
56 строки
5.3 KiB
JSON
{
|
|
"extension.pgsql.runQuery":"Execute Query",
|
|
"extension.pgsql.runCurrentStatement":"Execute Current Statement",
|
|
"extension.pgsql.cancelQuery":"Cancel Query",
|
|
"extension.pgsql.connect":"Connect",
|
|
"extension.pgsql.disconnect":"Disconnect",
|
|
"extension.pgsql.manageProfiles":"Manage Connection Profiles",
|
|
"extension.pgsql.chooseDatabase":"Use Database",
|
|
"extension.pgsql.showGettingStarted":"Getting Started Guide",
|
|
"extension.pgsql.newQuery":"New Query",
|
|
"pgsql.logDebugInfo":"[Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools)",
|
|
"pgsql.maxRecentConnections":"The maximum number of recently used connections to store in the connection list.",
|
|
"pgsql.connections":"Connection profiles defined in 'User Settings' are shown under 'PostgreSQL: Connect' command in the command palette.",
|
|
"pgsql.connection.host":"[Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.postgres.database.azure.com' for Azure Database for PostgreSQL servers.",
|
|
"pgsql.connection.dbname":"[Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'postgres'.",
|
|
"pgsql.connection.user":"[Required] Specify the user name for PostgreSQL Server authentication. If user name is not specified, when you connect, you will be asked again.",
|
|
"pgsql.connection.password":"[Required] Specify the password for PostgreSQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again.",
|
|
"pgsql.connection.emptyPasswordInput":"[Optional] Indicates whether this profile has an empty password explicitly set",
|
|
"pgsql.connection.port":"[Optional] Indicates port number of the server",
|
|
"pgsql.connection.connectTimeout":"[Optional] Seconds to wait before timing out when connecting",
|
|
"pgsql.connection.hostaddr":"[Optional] Indicates IP address of the server",
|
|
"pgsql.connection.clientEncoding":"[Optional] Indicates client encoding for the connection",
|
|
"pgsql.connection.options":"[Optional] Command-line options to send to the server when the connection starts",
|
|
"pgsql.connection.applicationName":"[Optional] Indicates Value for the 'application_name' configuration parameter",
|
|
"pgsql.connection.sslmode":"[Optional] Indicates sslmode used when connecting",
|
|
"pgsql.connection.sslcompression":"[Optional] Whether to compress SSL connections",
|
|
"pgsql.connection.sslcert":"[Optional] The filename of the SSL certificate to use",
|
|
"pgsql.connection.sslkey":"[Optional] The filename of the key to use for the SSL certificate",
|
|
"pgsql.connection.sslrootcert":"[Optional] The filename of the SSL root CA certificate to use",
|
|
"pgsql.connection.sslcrl":"[Optional] The filename of the SSL certificate revocation list to use",
|
|
"pgsql.connection.requirepeer":"[Optional] The required username of the server process",
|
|
"pgsql.connection.service":"[Optional] The service name in pg_service.conf to use for connection parameters",
|
|
"pgsql.shortcuts":"Shortcuts related to the results window",
|
|
"pgsql.messagesDefaultOpen":"True for the messages pane to be open by default; false for closed",
|
|
"pgsql.resultsFontFamily":"Set the font family for the results grid; set to blank to use the editor font",
|
|
"pgsql.resultsFontSize":"Set the font size for the results grid; set to blank to use the editor size",
|
|
"pgsql.saveAsCsv.includeHeaders":"[Optional] When true, column headers are included when saving results as CSV",
|
|
"pgsql.copyIncludeHeaders":"[Optional] Configuration options for copying results from the Results View",
|
|
"pgsql.copyRemoveNewLine":"[Optional] Configuration options for copying multi-line results from the Results View",
|
|
"pgsql.showBatchTime":"[Optional] Should execution time be shown for individual batches",
|
|
"pgsql.splitPaneSelection":"[Optional] Configuration options for which column new result panes should open in",
|
|
"pgsql.format.alignColumnDefinitionsInColumns":"Should column definitions be aligned?",
|
|
"pgsql.format.datatypeCasing":"Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)",
|
|
"pgsql.format.keywordCasing":"Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)",
|
|
"pgsql.format.placeCommasBeforeNextStatement":"should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'",
|
|
"pgsql.format.placeSelectStatementReferencesOnNewLine":"Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines",
|
|
"pgsql.applyLocalization":"[Optional] Configuration options for localizing into VSCode's configured locale (must restart VSCode for settings to take effect)",
|
|
"pgsql.query.displayBitAsNumber":"Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'",
|
|
"pgsql.intelliSense.enableIntelliSense":"Should IntelliSense be enabled",
|
|
"pgsql.intelliSense.enableErrorChecking":"Should IntelliSense error checking be enabled",
|
|
"pgsql.intelliSense.enableSuggestions":"Should IntelliSense suggestions be enabled",
|
|
"pgsql.intelliSense.enableQuickInfo":"Should IntelliSense quick info be enabled",
|
|
"pgsql.intelliSense.lowerCaseSuggestions":"Should IntelliSense suggestions be lowercase",
|
|
"pgsql.persistQueryResultTabs":"Should query result selections and scroll positions be saved when switching tabs (may impact performance)"
|
|
}
|