File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### 1.2.70
2+
3+ - Upgrade fmt.stub.php [ (V1074.0.0)] ( https://github.com/driade/phpfmt8/releases/tag/v1074.0.0 )
4+
15### 1.2.69
26
37- Upgrade fmt.stub.php [ (V1073.0.0)] ( https://github.com/driade/phpfmt8/releases/tag/v1073.0.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-phpfmt" ,
33 "displayName" : " phpfmt - PHP formatter" ,
4- "version" : " 1.2.69 " ,
4+ "version" : " 1.2.70 " ,
55 "description" : " Integrates phpfmt into VS Code" ,
66 "main" : " ./dist/extension" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 44// Meta info
55export const publisher = "kokororin"
66export const name = "vscode-phpfmt"
7- export const version = "1.2.68 "
7+ export const version = "1.2.69 "
88export const displayName = "phpfmt - PHP formatter"
99export const description = "Integrates phpfmt into VS Code"
1010export const extensionId = `${ publisher } .${ name } `
You can’t perform that action at this time.
0 commit comments