-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending scripts to XYplorer run scripts ? #1
Comments
There may be a possibility since we can use the following command line to run a script:
That would require some testing to validate the behavior on XYplorer side. What do you mean by "vice-versa" ? |
What do you mean by PR ? When I mentioned "vise-versa" I meant; not just sending the script from visual studio code to XYplorer > run script; also sending what code that is within the run script command back to visual studio code for further editing. |
PR = pull request. Oh, my bad, I didn't understand what you meant. I thought you wanted to run a script directly from VS code. What you're looking for (copy-pasting from one window to another window) falls out of VS code extensions scope. You should look for doing this using an automation software, like AutoHotkey or AutoIt. |
I originally wanted to run a script directly from VSCode, not sure if that is possible ? |
I think it is, per what I wrote on my first comment, but the script will be automatically executed: it won't be sent to the "debug" window of XYplorer. |
One would always have to re-start XY and feed it the |
Not at all. The goal would be to create a VS code command that would execute this command line:
That would not restart XYplorer (see the Help file, chapter "Command Line Switches"); that would only execute the script in the existing XYplorer instance. |
What VS code command would have to be executed, or is this command what you'd add to the extension ? |
Correct. |
I look forward to the update 👍 |
Any update and for code be sent to the debug window ? |
No sorry, I won't have time to work on this in the near future. 🙁 |
If you ever decide to start it up; this is the only feature request I'd like to see ;) |
I was wondering whether it can be added whereas, you can send the script to XYplorer > Scripting > Run Script and vise versa ?
The text was updated successfully, but these errors were encountered: