提交 9b737ec2 编写于 作者: M Martin Aeschlimann

Fixes #4156: PHP settings documentation is not localized

上级 0093264a
......@@ -21,24 +21,24 @@
"path": "./snippets/php.json"
}],
"configuration": {
"title": "PHP Configuration options",
"title": "%configuration.title%",
"type": "object",
"properties": {
"php.validate.enable": {
"type": "boolean",
"default": true,
"description": "Whether php validation is enabled or not."
"description": "%configuration.validate.enable%"
},
"php.validate.executablePath": {
"type": ["string", "null"],
"default": null,
"description": "Points to the php executable."
"description": "%configuration.validate.executablePath%"
},
"php.validate.run": {
"type": "string",
"enum": ["onSave", "onType"],
"default": "onSave",
"description": "Whether the linter is run on save or on type."
"description": "%configuration.validate.run%"
}
}
}
......
{
"configuration.validate.enable": "Whether php validation is enabled or not.",
"configuration.validate.executablePath": "Points to the php executable.",
"configuration.validate.run": "Whether the linter is run on save or on type.",
"configuration.title": "PHP Configuration options"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册