File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.2.44
2
+
3
+ - Upgrade fmt.stub.php [ (V1049.0.0)] ( https://github.com/driade/phpfmt8/releases/tag/v1049.0.0 )
4
+
1
5
### 1.2.43
2
6
3
7
- Upgrade fmt.stub.php [ (V1049.0.0)] ( https://github.com/driade/phpfmt8/releases/tag/v1049.0.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-phpfmt" ,
3
3
"displayName" : " phpfmt - PHP formatter" ,
4
- "version" : " 1.2.43 " ,
4
+ "version" : " 1.2.44 " ,
5
5
"description" : " Integrates phpfmt into VS Code" ,
6
6
"main" : " ./dist/extension" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 4
4
// Meta info
5
5
export const publisher = "kokororin"
6
6
export const name = "vscode-phpfmt"
7
- export const version = "1.2.42 "
7
+ export const version = "1.2.43 "
8
8
export const displayName = "phpfmt - PHP formatter"
9
9
export const description = "Integrates phpfmt into VS Code"
10
10
export const extensionId = `${ publisher } .${ name } `
You can’t perform that action at this time.
0 commit comments