vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

How to run on a specified terminal?

Open ioslide opened this issue 2 years ago • 2 comments

I have a local terminal and a remote terminal, how to specify

ioslide avatar Nov 21 '22 07:11 ioslide

As of now this is NOT SUPPORTED.

Can you specify more on how you would want the feature to be? like do you want a custom shell to be as the default. Or you want to chose between shells everytime you want to run something?

Abhinavreddy-B avatar Dec 24 '22 11:12 Abhinavreddy-B

@ioslide

我在 设置页面 替换成了 "Git-Bash" , 或许能启发你!

I replaced it with "Git-Bash" on the settings page , maybe that will inspire you!

QQ截图20230315143251

    "terminal.integrated.profiles.windows": {
        "Git-Bash": {
            "path": "C:\\Program Files\\Git\\bin\\bash.exe",
            "args": [],
            "icon": "terminal-bash"
        },
    },
    "terminal.integrated.defaultProfile.windows": "Git-Bash",

image

xiamuguizhi avatar Mar 15 '23 06:03 xiamuguizhi