dethcode icon indicating copy to clipboard operation
dethcode copied to clipboard

Ability to download locally?

Open ajb opened this issue 2 years ago • 4 comments

deth.net is a lifesaver - does anyone know if there is the ability to automatically download the files and open them in your local VS Code instance? can't seem to figure this out, any advice is appreciated :)

ajb avatar Dec 11 '22 14:12 ajb

I have the same issue...

ksin751119 avatar Feb 09 '23 06:02 ksin751119

same here, what's the easiest way to do this? Right now I have to manually create the file directories and then download each file. Can we get a clone repo feature please.

edit: I found the MetaDock extension lets you download contracts as a zip. https://blocksec.com/metadock

abmisx0 avatar Mar 30 '23 05:03 abmisx0

Been waiting a long time for dethcode to solve this, @abmisx0 i use blockscan instead now when I want to download the whole folders https://vscode.blockscan.com/ethereum/0xba12222222228d8ba445958a75a0704d566bf2c8

in dethcode doing the same as blockscan you get a console error of cross origin

 WARN DOMException: Failed to execute 'showDirectoryPicker' on 'Window': Cross origin sub frames aren't allowed to show a file picker.
    at B.i (https://code.deth.net/out/vs/workbench/workbench.web.main.js:2551:118413)
    at async B.h (https://code.deth.net/out/vs/workbench/workbench.web.main.js:2551:118137)

Elyx0 avatar Jun 12 '24 17:06 Elyx0