Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

115
Views
how to bind keyboard combination for compiling multiple opened in editor files in vscode?

I know how to do it with single file

**keybindings.json**
 [
    {
      "key": "ctrl+j+a",
      "command": "workbench.action.tasks.runTask",
      "args": "csc"    //just for example
    }
]

**tasks.json**
{
    "version": "1.0.0",
    "tasks": [
        {       
            "label": "csc",
            "type": "shell",
            "command": "/test/scripts/csc",
            "args": ["${fileDirname}", "${fileBasename}"]   
        }
    ]
}

Is it possible to do the same thing with multiple files opened in editor ? Sorry if i did something wrong i'm new at scripting.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!