Shortcut for running terminal command in VS code

后端 未结 4 805
谎友^
谎友^ 2020-12-29 07:38

Is there a way to make a hotkey for running specific command in terminal? Say I want to compile my TypeScript files by hotkey and not to type to terminal \"tsc\" or any othe

4条回答
  •  情书的邮戳
    2020-12-29 08:06

    I don't think vscode by default can do this, but you can try this extension. That work for me.

    https://marketplace.visualstudio.com/items?itemName=mkloubert.vs-script-commands

提交回复
热议问题