Git Product home page Git Product logo

Comments (3)

nicollasricas avatar nicollasricas commented on June 2, 2024 1

Hey,

I've looked in the documentation and source and couldn't find how you could do that, except for sending a sequence to the terminal.

What you could do is:
Create an action where the command ID is the send sequence to the terminal, and the arguments are the command itself with the supported variables.

Send sequence example:
https://code.visualstudio.com/docs/editor/integrated-terminal#_send-text-via-a-keybinding

Supported variables:
https://code.visualstudio.com/docs/editor/variables-reference

image

{
    "text": "npm run fix-my-file ${file} \r"
}

\r or \u000D as a return

from vscode-deck.

WouterNoordhof avatar WouterNoordhof commented on June 2, 2024

I was wondering the same, I'm trying to run test classes of the currently opened file, but if I use the ${fileBasename} in the terminal command, it doesn't use the variable, but instead just prints '${fileBasename}'

from vscode-deck.

Petah avatar Petah commented on June 2, 2024

Yea I didn't figure it out. But I worked around it by using the command runner plugin, and binding a command to a hotkey, then used the Stream Deck to trigger the hotkey.

https://marketplace.visualstudio.com/items?itemName=edonet.vscode-command-runner

from vscode-deck.

Related Issues (20)

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.