Skip to content

Commit c94aad7

Browse files
author
Jackson Kearl
committed
Settings format crawl
1 parent 9e98050 commit c94aad7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"configuration.suggest.basic": "Configures if the built-in PHP language suggestions are enabled. The support suggests PHP globals and variables.",
2+
"configuration.suggest.basic": "Controls whether the built-in PHP language suggestions are enabled. The support suggests PHP globals and variables.",
33
"configuration.validate.enable": "Enable/disable built-in PHP validation.",
44
"configuration.validate.executablePath": "Points to the PHP executable.",
55
"configuration.validate.run": "Whether the linter is run on save or on type.",

src/vs/workbench/parts/markers/electron-browser/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class Messages {
1616
public static MARKERS_PANEL_SHOW_LABEL: string = nls.localize('problems.view.focus.label', "Focus Problems (Errors, Warnings, Infos)");
1717

1818
public static PROBLEMS_PANEL_CONFIGURATION_TITLE: string = nls.localize('problems.panel.configuration.title', "Problems View");
19-
public static PROBLEMS_PANEL_CONFIGURATION_AUTO_REVEAL: string = nls.localize('problems.panel.configuration.autoreveal', "Controls if Problems view should automatically reveal files when opening them");
19+
public static PROBLEMS_PANEL_CONFIGURATION_AUTO_REVEAL: string = nls.localize('problems.panel.configuration.autoreveal', "Controls whether Problems view should automatically reveal files when opening them.");
2020

2121
public static MARKERS_PANEL_TITLE_PROBLEMS: string = nls.localize('markers.panel.title.problems', "Problems");
2222
public static MARKERS_PANEL_ARIA_LABEL_PROBLEMS_TREE: string = nls.localize('markers.panel.aria.label.problems.tree', "Problems grouped by files");

src/vs/workbench/parts/scm/electron-browser/scm.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
7171
properties: {
7272
'scm.alwaysShowProviders': {
7373
type: 'boolean',
74-
description: localize('alwaysShowProviders', "Whether to always show the Source Control Provider section."),
74+
description: localize('alwaysShowProviders', "Controls whether to always show the Source Control Provider section."),
7575
default: false
7676
},
7777
'scm.diffDecorations': {

0 commit comments

Comments
 (0)