提交 f8e09e80 编写于 作者: D Dirk Baeumer

Another wording change to the PHP executable validation.

上级 383bd60a
......@@ -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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册