We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d9161 commit a18631eCopy full SHA for a18631e
news/2 Fixes/2146.md
@@ -0,0 +1 @@
1
+Change the default port used in remote debugging using `Experimental` debugger to `5678`.
package.json
@@ -901,7 +901,7 @@
901
"name": "Attach (Remote Debug)",
902
"type": "pythonExperimental",
903
"request": "attach",
904
- "port": 3000,
+ "port": 5678,
905
"host": "localhost"
906
}
907
@@ -1101,7 +1101,7 @@
1101
"name": "Python Experimental: Attach",
1102
1103
1104
1105
1106
},
1107
{
0 commit comments