Skip to content

Commit 5ab8139

Browse files
committed
fix metadata
1 parent 779dd04 commit 5ab8139

File tree

2 files changed

+9
-31
lines changed

2 files changed

+9
-31
lines changed

LICENSE.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "mock-debug",
3-
"displayName": "Mock Debug",
4-
"version": "0.10.18",
5-
"publisher": "andreweinand",
6-
"description": "Starter extension for developing debug adapters for VS Code.",
2+
"name": "php-debug",
3+
"displayName": "PHP Debug",
4+
"version": "1.0.0",
5+
"publisher": "felixfbecker",
6+
"description": "Debug support for PHP with XDebug",
77
"author": {
8-
"name": "Microsoft Corporation"
8+
"name": "Felix Becker",
9+
"email": "[email protected]"
910
},
1011
"engines": {
1112
"vscode": "^0.10.1"
@@ -17,10 +18,10 @@
1718
"private": true,
1819
"repository": {
1920
"type": "git",
20-
"url": "https://github.com/Microsoft/vscode-mock-debug.git"
21+
"url": "https://github.com/felixfbecker/vscode-php-debug.git"
2122
},
2223
"bugs": {
23-
"url": "https://github.com/Microsoft/vscode-mock-debug/issues"
24+
"url": "https://github.com/felixfbecker/vscode-php-debug/issues"
2425
},
2526
"dependencies": {
2627
"iconv-lite": "^0.4.13",

0 commit comments

Comments
 (0)