tar -xvkf “/home/musman/.config/Code/User/globalStorage/circuitdojo.zephyr-tools/file-downloader-downloads/zephyr-tools-monitor-0.1.2-x86_64-unknown-linux-gnu.tar.gz” -C “/home/musman/.zephyrtools/zephyr-tools-monitor”
zephyr-tools-monitor
tar: zephyr-tools-monitor: Cannot open: File exists
tar: Exiting with failure status due to previous errors

Whenever i try to execute command zephyr tools :setup in visual studio code command palette then i get above error , though i can execute the file in terminal and also can set the relevant parameters but i cannot execute it in the visual studio code command palette. What could be possibly wrong here ? and it should be noted that i have also changed permission of .zephyrtools directory and all of it’s sub folders to “rwx”. Any help and suggestion will be highly appreciated.

Hmm I thought I addressed this. What version of the extension are you using?

    I just pushed version 0.1.20 which fixes that issue. You should be able to update in the next 10-15 minutes.

    jaredwolff I was using 0.1.19 version of extension but somehow my instincts told me to use an earlier version
    of extension enabling me to resolve this issue for now by using an earlier version 0.1.16 and also 0.1.10 version also doesn’t have this issue.

    Yea I was tweaking the tar parameters. Didn’t realize it broke on Linux until recently. Hopefully 0.1.20 resolves it for you.

    Terms and Conditions | Privacy Policy