Skip to content

Commit a18631e

Browse files
DonJayamannebrettcannon
authored andcommitted
Change default port in experimental debugger to 5678 (#2174)
1 parent 49d9161 commit a18631e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

news/2 Fixes/2146.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change the default port used in remote debugging using `Experimental` debugger to `5678`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
"name": "Attach (Remote Debug)",
902902
"type": "pythonExperimental",
903903
"request": "attach",
904-
"port": 3000,
904+
"port": 5678,
905905
"host": "localhost"
906906
}
907907
}
@@ -1101,7 +1101,7 @@
11011101
"name": "Python Experimental: Attach",
11021102
"type": "pythonExperimental",
11031103
"request": "attach",
1104-
"port": 3000,
1104+
"port": 5678,
11051105
"host": "localhost"
11061106
},
11071107
{

0 commit comments

Comments
 (0)