-
Notifications
You must be signed in to change notification settings - Fork 337
[Bug] -Windows shellscript executorMap not being honored. #987
Copy link
Copy link
Open
Description
- VS Code Version: 1.72.2
- OS Version: Windows 11
- Code Runner Version: v0.11.8
Describe the bug
Trying to change how shellscripts run to be able to quickly use code runner.
I've tried setting different options in settings but nothing changes.
"code-runner.executorMap": {
"shellscript": "cd $dir && sh $fileName",
}
To Reproduce
Steps to reproduce the behavior:
- Set anything in executor map for shellscript
- Try to run a bash file
- Get the original message and settings are not honored.
Actual behavior
Always get the EXACT same message, not matter how I change shellscript
[Running] /bin/bash "c:\workspace\test"
The system cannot find the path specified.
Expected behavior
To be able to set variables and enable shellscripts to work with code runner.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels