Skip to content

Commit

Permalink
Small typos for new security settings
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavenport authored Jan 24, 2017
1 parent c016d86 commit b41dab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vs/platform/configuration/common/configurationRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ configurationRegistry.registerConfiguration({
'properties': {
'security.workspacesTrustedToSpecifyExecutables': {
'type': 'object',
'description': nls.localize('security.workspacesTrustedToSpecifyExecutables', "Specifes which workspaces are trusted to specify executables in their settings. This option can only configured in the user settings."),
'description': nls.localize('security.workspacesTrustedToSpecifyExecutables', "Specifies which workspaces are trusted to specify executables in their settings. This option can only be configured in the user settings."),
'default': {},
defaultSnippets: [{ body: '${1:workspace_path} : ${2:true}' }],
'additionalProperties': {
'type': 'boolean',
'description': nls.localize('exclude.boolean', "Path to a workspaces. Set to true or false to trust or distrust a workspace."),
'description': nls.localize('exclude.boolean', "Path to a workspace. Set to true or false to trust or distrust a workspace."),
}
}
}
Expand Down Expand Up @@ -344,4 +344,4 @@ configurationExtPoint.setHandler(extensions => {
}

configurationRegistry.registerConfigurations(configurations);
});
});

0 comments on commit b41dab3

Please sign in to comment.