formulahendry / formulahendry/vscode-code-runner

Code Runner Produces different output than running in terminal

Open
#418 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

Hi,

When running a .bat file and accessing environment variables in code runner I receive no output, however when executing same command in terminal windows I receive the expected output.

Code Runner:
I:\repo>cmd /c "i:\repo\setup.bat"

I:\repo>echo
ECHO is off.

Terminal:
I:\>cmd /c "I:\repo\setup.bat"
I:\repo\repo-api

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.