File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 0
26
26
- name : install towncrier
27
- run : pip install towncrier
27
+ run : pip install towncrier==23.11.0
28
28
- name : verify newsfragment exist
29
29
run : towncrier check
30
30
Original file line number Diff line number Diff line change
1
+ Accept config type debugpy for detecting debugger port
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ async function main(
167
167
168
168
if ( config . type === "go" ) {
169
169
config . env [ "MIRRORD_SKIP_PROCESSES" ] = "dlv;debugserver;compile;go;asm;cgo;link;git;gcc;as;ld;collect2;cc1" ;
170
- } else if ( config . type === "python" ) {
170
+ } else if ( config . type === "python" || config . type === "debugpy" ) {
171
171
config . env [ "MIRRORD_DETECT_DEBUGGER_PORT" ] = "debugpy" ;
172
172
} else if ( config . type === "java" ) {
173
173
config . env [ "MIRRORD_DETECT_DEBUGGER_PORT" ] = "javaagent" ;
You can’t perform that action at this time.
0 commit comments