vscode-edit-with-shell icon indicating copy to clipboard operation
vscode-edit-with-shell copied to clipboard

Allow setting paths to support running commands that only exist in the project

Open q962 opened this issue 3 years ago • 1 comments

add setting variable

"editWithShell.shell.path"

The variable will be set before the system path

q962 avatar Mar 23 '22 13:03 q962

After testing:

"editWithShell.shellEnv": {
"Lang": "zh_CN.cp936"
}

Can solve some kind of terminal output encoding problem

q962 avatar Mar 24 '22 05:03 q962