Skip to content

Commit

Permalink
bog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWassermann committed Jun 6, 2021
1 parent 5702ba5 commit 340af73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ All notable changes to the "phpAutoCompletion" extension will be documented in t

## [1.0.3]

- faster variable implementation.
- faster variable implementation.

## [1.0.4]

- fixed wrong tabulator
- link to github
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "phpautocompletion",
"displayName": "phpAutoCompletion",
"description": "Simple Php Completion",
"version": "1.0.3",
"version": "1.0.4",
"publisher": "F4Bz3",
"repository": {
"type": "git",
"url": "https://github.com/FabianWassermann/something"
"url": "https://github.com/FabianWassermann/phpAutoCompletion"
},
"icon": "icon.png",
"engines": {
"vscode": "^1.51.0"
"vscode": "^1.56.0"
},
"categories": [
"Snippets"
Expand All @@ -29,7 +29,7 @@
},
"__metadata": {
"id": "044acb18-edcf-471e-b7a3-b6a1f7c45f9a",
"publisherDisplayName": "FabianW",
"publisherDisplayName": "Wassermann F.",
"publisherId": "897adcb5-b241-42c5-94ac-b30eeae977bb"
}
}
2 changes: 1 addition & 1 deletion snippets/snippets.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"prefix": "<?php",
"body": [
"<?php",
" ${0}",
" ${0}",
"?>"
],
"description": "Php Tag Auto Complete"
Expand Down

0 comments on commit 340af73

Please sign in to comment.