Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Fixes & Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitbohra committed Jan 2, 2018
1 parent 89ede38 commit 5252154
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log
All notable changes to the "vscode-php-powerpack" extension pack will be documented in this file.

## v1.0.0 - 2017-31-2017
## v1.0.1 - 2018-01-02
- Fixes & Tweaks

## v1.0.0 - 2017-12-31
- Initial release
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center"><img src="https://raw.githubusercontent.com/lubusIN/vscode-php-powerpack/master/images/icon-github.png"></p>

<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://vsmarketplacebadge.apphb.com/version-short/lubus.vscode-php-powerpack.svg" alt="Latest Stable Version"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://vsmarketplacebadge.apphb.com/installs-short/lubus.vscode-php-powerpack.svg" alt="Downloads"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://vsmarketplacebadge.apphb.com/rating-short/lubus.vscode-php-powerpack.svg" alt="Licence"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://img.shields.io/aur/license/yaourt.svg" alt="Licence"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://vsmarketplacebadge.apphb.com/version-short/lubus.vscode-php-powerpack.svg" alt="Latest Stable Version"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://vsmarketplacebadge.apphb.com/installs-short/lubus.vscode-php-powerpack.svg" alt="Downloads"></a> <a href="https://marketplace.visualstudio.com/items?itemName=lubus.vscode-php-powerpack"><img src="https://vsmarketplacebadge.apphb.com/rating-short/lubus.vscode-php-powerpack.svg" alt="Licence"></a> <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"><img src="https://img.shields.io/aur/license/yaourt.svg" alt="Licence"></a>
</p>

**About**
--------------------
Extension pack for PHP development with visual studio code

Installs following extensions:
***Installs following extensions:***

- Intelephense client: Code highlight, intellisense etc for PHP
- Php debug: Support for debugging php with xDebug
Expand All @@ -21,7 +21,7 @@ Installs following extensions:

**Credits**
------------
* [Ajit Bohra](http://https://github.com/ajitbohra)
* [Ajit Bohra](https://github.com/ajitbohra)

**About LUBUS**
---------------
Expand All @@ -31,6 +31,6 @@ Installs following extensions:
-----------
vscode PHP Powerpack is open-sourced software licensed under the [GPL 3.0 license](LICENSE.md)

**Change Log**
**Changelog**
----------
For details [view changelog](CHANGELOG.md)
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-php-powerpack",
"displayName": "PHP PowerPack",
"description": "PHP development with visual studio code",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "lubus",
"icon": "images/icon.png",
"galleryBanner": {
Expand All @@ -25,6 +25,12 @@
"categories": [
"Extension Packs"
],
"keywords": [
"PowerPack",
"PHP",
"IDE",
"WorkFlow"
],
"extensionDependencies": [
"bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
Expand Down

0 comments on commit 5252154

Please sign in to comment.