Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Adds PHP support to the VS Code Extension (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Granados committed Jun 19, 2023
1 parent 8745caa commit bb6ed74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snapshot_dbg_extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
},
{
"language": "java"
},
{
"language": "php"
}
],
"debuggers": [
Expand All @@ -67,7 +70,8 @@
"javascript",
"typescript",
"python",
"java"
"java",
"php"
],
"label": "Snapshot Debugger",
"configurationAttributes": {
Expand Down

0 comments on commit bb6ed74

Please sign in to comment.