Skip to content

Commit 3f72260

Browse files
Add linux-armhf and win32-arm64 targets to ms-python.debugpy (#833)
1 parent 58144f2 commit 3f72260

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: extensions.json

+10
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,11 @@
813813
"VSCETARGET": "linux-x64"
814814
}
815815
},
816+
"linux-armhf": {
817+
"env": {
818+
"VSCETARGET": "linux-armhf"
819+
}
820+
},
816821
"linux-arm64": {
817822
"env": {
818823
"VSCETARGET": "linux-arm64"
@@ -832,6 +837,11 @@
832837
"env": {
833838
"VSCETARGET": "win32-x64"
834839
}
840+
},
841+
"win32-arm64": {
842+
"env": {
843+
"VSCETARGET": "win32-arm64"
844+
}
835845
}
836846
}
837847
},

0 commit comments

Comments
 (0)