Giter VIP home page Giter VIP logo

Comments (13)

Otiel avatar Otiel commented on August 19, 2024 1

is this command what you'd add to the extension ?

Correct.

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024 1

If you ever decide to start it up; this is the only feature request I'd like to see ;)

from vscode-xyplorer.

Otiel avatar Otiel commented on August 19, 2024

There may be a possibility since we can use the following command line to run a script:

"C:\Program Files (x86)\XYplorer\XYplorer.exe" /feed=Test.xys

That would require some testing to validate the behavior on XYplorer side.
I'm not fluent with VS code extensions authoring, so any help or PR would be appreciated.

What do you mean by "vice-versa" ?

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024

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.
Rather then copying and pasting the code into XYplorer run script, you would trigger to send the script to XYplorer run script from within the visual studio code extension, then if you should so happen to edit the script within XYplorer run script you could send that back to the tab which you are working on the XYplorer script within visual studio code.

from vscode-xyplorer.

Otiel avatar Otiel commented on August 19, 2024

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.

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024

I originally wanted to run a script directly from VSCode, not sure if that is possible ?

from vscode-xyplorer.

Otiel avatar Otiel commented on August 19, 2024

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.

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024

One would always have to re-start XY and feed it the /feed=Test.xys flag for the script which you want XY to execute ?

from vscode-xyplorer.

Otiel avatar Otiel commented on August 19, 2024

Not at all. The goal would be to create a VS code command that would execute this command line:

"C:\Program Files (x86)\XYplorer\XYplorer.exe" /feed=Test.xys

That would not restart XYplorer (see the Help file, chapter "Command Line Switches"); that would only execute the script in the existing XYplorer instance.

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024

What VS code command would have to be executed, or is this command what you'd add to the extension ?

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024

is this command what you'd add to the extension ?

Correct.

I look forward to the update 👍

from vscode-xyplorer.

SheepDomination avatar SheepDomination commented on August 19, 2024

Any update and for code be sent to the debug window ?

from vscode-xyplorer.

Otiel avatar Otiel commented on August 19, 2024

No sorry, I won't have time to work on this in the near future. 🙁

from vscode-xyplorer.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.