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.
linux-armhf
win32-arm64
ms-python.debugpy
1 parent 58144f2 commit 3f72260Copy full SHA for 3f72260
extensions.json
@@ -813,6 +813,11 @@
813
"VSCETARGET": "linux-x64"
814
}
815
},
816
+ "linux-armhf": {
817
+ "env": {
818
+ "VSCETARGET": "linux-armhf"
819
+ }
820
+ },
821
"linux-arm64": {
822
"env": {
823
"VSCETARGET": "linux-arm64"
@@ -832,6 +837,11 @@
832
837
833
838
"VSCETARGET": "win32-x64"
834
839
840
841
+ "win32-arm64": {
842
843
+ "VSCETARGET": "win32-arm64"
844
835
845
836
846
847
0 commit comments