We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db6f79 commit db4610aCopy full SHA for db4610a
noxfile.py
@@ -136,7 +136,7 @@ def install_bundled_libs(session):
136
session.install("wheel")
137
_install_bundle(session)
138
139
- target = os.environ.get("VSCETARGET")
+ target = os.environ.get("VSCETARGET", "")
140
print("target:", target)
141
if "linux" in target:
142
download_url(f"{os.getcwd()}/bundled/libs", debugpy_urls["Linux"])
0 commit comments