From f99a1e6505b499ff2532947f16ebc85cd687697b Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Mon, 23 Jul 2018 16:02:21 -0700 Subject: [PATCH] Dots --- extensions/git/package.nls.json | 2 +- extensions/html-language-features/package.nls.json | 2 +- src/vs/platform/request/node/request.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index 7dc623f9c8e..7b56fd9e95a 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -51,7 +51,7 @@ "command.stashPop": "Pop Stash...", "command.stashPopLatest": "Pop Latest Stash", "config.enabled": "Whether git is enabled", - "config.path": "Path to the git executable", + "config.path": "Path to the git executable.", "config.autoRepositoryDetection": "Configures when repositories should be automatically detected.", "config.autorefresh": "Whether auto refreshing is enabled", "config.autofetch": "Whether auto fetching is enabled", diff --git a/extensions/html-language-features/package.nls.json b/extensions/html-language-features/package.nls.json index 8714274a078..077075780c3 100644 --- a/extensions/html-language-features/package.nls.json +++ b/extensions/html-language-features/package.nls.json @@ -1,7 +1,7 @@ { "displayName": "HTML Language Features", "description": "Provides rich language support for HTML, Razor, and Handlebar files", - "html.format.enable.desc": "Enable/disable default HTML formatter", + "html.format.enable.desc": "Enable/disable default HTML formatter.", "html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).", "html.format.unformatted.desc": "List of tags, comma separated, that shouldn't be reformatted. 'null' defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content.", "html.format.contentUnformatted.desc": "List of tags, comma separated, where the content shouldn't be reformatted. 'null' defaults to the 'pre' tag.", diff --git a/src/vs/platform/request/node/request.ts b/src/vs/platform/request/node/request.ts index 7dcf4fae4f9..878a5c4a334 100644 --- a/src/vs/platform/request/node/request.ts +++ b/src/vs/platform/request/node/request.ts @@ -37,7 +37,7 @@ Registry.as(Extensions.Configuration) 'http.proxy': { type: 'string', pattern: '^https?://([^:]*(:[^@]*)?@)?([^:]+)(:\\d+)?/?$|^$', - description: localize('proxy', "The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables") + description: localize('proxy', "The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables.") }, 'http.proxyStrictSSL': { type: 'boolean',