mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 00:21:38 -05:00
Another wording change to the PHP executable validation.
This commit is contained in:
@@ -184,7 +184,7 @@ export default class PHPValidationProvider {
|
||||
let checkedExecutablePath = this.workspaceStore.get<string>(CheckedExecutablePath, undefined);
|
||||
if (!checkedExecutablePath || checkedExecutablePath !== this.executable) {
|
||||
vscode.window.showInformationMessage<MessageItem>(
|
||||
localize('php.useExecutablePath', 'Do you allow {0} to be executed to lint PHP files?', this.executable),
|
||||
localize('php.useExecutablePath', 'Do you allow {0} (defined as a workspace setting) to be executed to lint PHP files?', this.executable),
|
||||
{
|
||||
title: localize('php.yes', 'Yes'),
|
||||
id: 'yes'
|
||||
|
||||
Reference in New Issue
Block a user