Skip to content

Commit

Permalink
Change default port in experimental debugger to 5678 (#2174)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored and brettcannon committed Jul 18, 2018
1 parent 49d9161 commit a18631e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions news/2 Fixes/2146.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change the default port used in remote debugging using `Experimental` debugger to `5678`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
"name": "Attach (Remote Debug)",
"type": "pythonExperimental",
"request": "attach",
"port": 3000,
"port": 5678,
"host": "localhost"
}
}
Expand Down Expand Up @@ -1101,7 +1101,7 @@
"name": "Python Experimental: Attach",
"type": "pythonExperimental",
"request": "attach",
"port": 3000,
"port": 5678,
"host": "localhost"
},
{
Expand Down

0 comments on commit a18631e

Please sign in to comment.