Skip to content

Commit 886e24d

Browse files
authored
fix: Add as preferred debugger for PHP language (#569)
1 parent 0d2422a commit 886e24d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.15.1]
8+
9+
### Changed
10+
11+
- Defined under packages.json this extension should be prefered for PHP debugging.
12+
713
## [1.15.0]
814

915
### Added

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"name": "Felix Becker",
1515
"email": "[email protected]"
1616
},
17+
"contributors": [
18+
{
19+
"name": "Damjan Cvetko",
20+
"email": "[email protected]"
21+
}
22+
],
1723
"engines": {
1824
"vscode": "^1.53.0",
1925
"node": "^14.0.0"
@@ -140,6 +146,7 @@
140146
"debuggers": [
141147
{
142148
"type": "php",
149+
"languages": ["php"],
143150
"label": "PHP",
144151
"program": "./out/phpDebug.js",
145152
"runtime": "node",

0 commit comments

Comments
 (0)