File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 "path" : " ./snippets/php.json"
2222 }],
2323 "configuration" : {
24- "title" : " PHP Configuration options " ,
24+ "title" : " %configuration.title% " ,
2525 "type" : " object" ,
2626 "properties" : {
2727 "php.validate.enable" : {
2828 "type" : " boolean" ,
2929 "default" : true ,
30- "description" : " Whether php validation is enabled or not. "
30+ "description" : " %configuration.validate.enable% "
3131 },
3232 "php.validate.executablePath" : {
3333 "type" : [" string" , " null" ],
3434 "default" : null ,
35- "description" : " Points to the php executable. "
35+ "description" : " %configuration.validate.executablePath% "
3636 },
3737 "php.validate.run" : {
3838 "type" : " string" ,
3939 "enum" : [" onSave" , " onType" ],
4040 "default" : " onSave" ,
41- "description" : " Whether the linter is run on save or on type. "
41+ "description" : " %configuration.validate.run% "
4242 }
4343 }
4444 }
Original file line number Diff line number Diff line change 1+ {
2+ "configuration.validate.enable" : " Whether php validation is enabled or not." ,
3+ "configuration.validate.executablePath" : " Points to the php executable." ,
4+ "configuration.validate.run" : " Whether the linter is run on save or on type." ,
5+ "configuration.title" : " PHP Configuration options"
6+ }
You can’t perform that action at this time.
0 commit comments