Skip to content

Commit

Permalink
valid json for vscode launcher config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Sep 14, 2023
1 parent 5382907 commit 7f80b0a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
// Pro informace o možných atributech použijte technologii IntelliSense.
// Umístěním ukazatele myši zobrazíte popisy existujících atributů.
// Další informace najdete tady: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
Expand Down Expand Up @@ -42,7 +39,7 @@
"type": "php",
"request": "launch",
"port": 9003
},
}

]
}
}

0 comments on commit 7f80b0a

Please sign in to comment.