Few minor changes
This commit is contained in:
Родитель
5394f2b374
Коммит
82a8c66374
|
@ -11,10 +11,10 @@
|
|||
"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 'PG SQL: Connect' command in the command palette.",
|
||||
"pgsql.connection.server":"[Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.postgres.database.azure.com' for Azure database for postgres.",
|
||||
"pgsql.connection.server":"[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.database":"[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":"[Optional] Specify the user name for Postgres Server authentication. If user name is not specified, when you connect, you will be asked again.",
|
||||
"pgsql.connection.password":"[Optional] Specify the password for Postgres Server authentication. If password is not specified or already saved, when you connect, you will be asked again.",
|
||||
"pgsql.connection.user":"[Optional] 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":"[Optional] 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.shortcuts":"Shortcuts related to the results window",
|
||||
"pgsql.messagesDefaultOpen":"True for the messages pane to be open by default; false for closed",
|
||||
|
|
|
@ -0,0 +1,79 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "@types/jasmine@^2.5.36",
|
||||
"scope": "@types",
|
||||
"escapedName": "@types%2fjasmine",
|
||||
"name": "@types/jasmine",
|
||||
"rawSpec": "^2.5.36",
|
||||
"spec": ">=2.5.36 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/Users/anthonydresser/Documents/vscode-pgsql/src/views/htmlcontent"
|
||||
]
|
||||
],
|
||||
"_from": "@types/jasmine@>=2.5.36 <3.0.0",
|
||||
"_id": "@types/jasmine@2.5.37",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/@types/jasmine",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/jasmine-2.5.37.tgz_1478005079042_0.7982070264406502"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "types",
|
||||
"email": "ts-npm-types@microsoft.com"
|
||||
},
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "@types/jasmine@^2.5.36",
|
||||
"scope": "@types",
|
||||
"escapedName": "@types%2fjasmine",
|
||||
"name": "@types/jasmine",
|
||||
"rawSpec": "^2.5.36",
|
||||
"spec": ">=2.5.36 <3.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.5.37.tgz",
|
||||
"_shasum": "15f16040b1106941ec4aeefa3cd9c55342a0dcbb",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "@types/jasmine@^2.5.36",
|
||||
"_where": "/Users/anthonydresser/Documents/vscode-pgsql/src/views/htmlcontent",
|
||||
"author": {
|
||||
"name": "Boris Yankov",
|
||||
"email": "https://github.com/borisyankov/"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "TypeScript definitions for Jasmine 2.5",
|
||||
"devDependencies": {},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "15f16040b1106941ec4aeefa3cd9c55342a0dcbb",
|
||||
"tarball": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.5.37.tgz"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "types",
|
||||
"email": "ryan.cavanaugh@microsoft.com"
|
||||
}
|
||||
],
|
||||
"name": "@types/jasmine",
|
||||
"optionalDependencies": {},
|
||||
"peerDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
|
||||
},
|
||||
"scripts": {},
|
||||
"typesPublisherContentHash": "342ad787ae1d9085f9cb2f352460449c601a7fbda833a19bb87aa2787dbc9ec3",
|
||||
"typings": "index.d.ts",
|
||||
"version": "2.5.37"
|
||||
}
|
Загрузка…
Ссылка в новой задаче