gistpad
gistpad copied to clipboard
run in terminal
Is your feature request related to a problem? Please describe.
VSCode can run any local file in the terminal, but same thing doesn't work for file in GistPad, as the file path is /file_name
Describe the solution you'd like Is it possible to when running the run file in terminal, download automaticaly the gist file to a local temp folder, and run from there?
Are you asking because you want to store re-usable shell scripts in a gist and then execute them on your local machine?
no really, vscode can run any selected line or lines in terminal, not just to a whole file.
Are you using an extension to provide this functionality? Because if so, then this issue should be filed in the extension, since it would be trivial for them to support virtual file systems.
I'm going to close this for now, since I haven't heard any additional interest in an integration here, and I believe this should work as long as any additional extensions support VFS. But please re-open if that's incorrect 🙏🏼
sorry for my late response, I'm using F4, provided by Microsoft official Python extension I think.
I will try to fire a issue there.