Skip to content

Commit f99a1e6

Browse files
author
Jackson Kearl
committed
Dots
1 parent 5916baa commit f99a1e6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/git/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"command.stashPop": "Pop Stash...",
5252
"command.stashPopLatest": "Pop Latest Stash",
5353
"config.enabled": "Whether git is enabled",
54-
"config.path": "Path to the git executable",
54+
"config.path": "Path to the git executable.",
5555
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",
5656
"config.autorefresh": "Whether auto refreshing is enabled",
5757
"config.autofetch": "Whether auto fetching is enabled",

extensions/html-language-features/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"displayName": "HTML Language Features",
33
"description": "Provides rich language support for HTML, Razor, and Handlebar files",
4-
"html.format.enable.desc": "Enable/disable default HTML formatter",
4+
"html.format.enable.desc": "Enable/disable default HTML formatter.",
55
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
66
"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.",
77
"html.format.contentUnformatted.desc": "List of tags, comma separated, where the content shouldn't be reformatted. 'null' defaults to the 'pre' tag.",

src/vs/platform/request/node/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration)
3737
'http.proxy': {
3838
type: 'string',
3939
pattern: '^https?://([^:]*(:[^@]*)?@)?([^:]+)(:\\d+)?/?$|^$',
40-
description: localize('proxy', "The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables")
40+
description: localize('proxy', "The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables.")
4141
},
4242
'http.proxyStrictSSL': {
4343
type: 'boolean',

0 commit comments

Comments
 (0)