Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Don't download Code every time on Windows#102

Merged
bpasero merged 1 commit intomicrosoft:masterfrom
DanTup:patch-3
Mar 20, 2018
Merged

Don't download Code every time on Windows#102
bpasero merged 1 commit intomicrosoft:masterfrom
DanTup:patch-3

Conversation

@DanTup
Copy link
Contributor

@DanTup DanTup commented Mar 20, 2018

The exists check further down fails to find the executable on Windows because the real filename has .exe on the end. This means it downloads over and over again (which can be significant if you run this script multiple times to test different workspace folders).

Fixes #100.

The `exists` check further down fails to find the executable on Windows because the real filename has `.exe` on the end. This means it downloads over and over again (which can be significant if you run this script multiple times to test different workspace folders).
@bpasero bpasero merged commit 58cff35 into microsoft:master Mar 20, 2018
@bpasero
Copy link
Member

bpasero commented Mar 20, 2018

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants