We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f33c7f commit 2561428Copy full SHA for 2561428
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "php-debug",
3
"displayName": "PHP Debug",
4
- "version": "1.3.1",
+ "version": "1.3.2",
5
"publisher": "felixfbecker",
6
"description": "Debug support for PHP with XDebug",
7
"keywords": [
@@ -47,6 +47,7 @@
47
"compile": "tsc -p ./src",
48
"watch": "tsc -w -p ./src",
49
"publish": "vsce publish",
50
+ "postversion": "git push && git push --tags",
51
"vscode:prepublish": "npm install && npm run compile && npm prune --production",
52
"test": "mocha out/tests"
53
},
0 commit comments