Skip to content

Commit

Permalink
launch json only dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jun 17, 2024
1 parent 81c6781 commit d25aa0c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch built-in server",
"type": "php",
"request": "launch",
"runtimeArgs": [
"-S",
"localhost:5004",
"-t",
"wordpress"
],
"port": 9003,
"serverReadyAction": {
"action": "openExternally"
}
},
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
Expand Down

0 comments on commit d25aa0c

Please sign in to comment.