formulahendry / formulahendry/vscode-code-runner
[Bug] alias not picked up
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version:
- OS Version: mac m3
- Code Runner Version:
**Describe the bug**
i have some aliases in bash profile, but those are not picked up , only env variables are picked up
**To Reproduce**
Steps to reproduce the behavior:
1. create an alias like alias code='open -a "Visual Studio Code"'
2. This opens up vscode if i just run code from terminal
3. but if you run this in coderunner, it will say that the code command is not present,
4. i explicitly sources ~/.bash_profile sill nothing.
**Actual behavior**
i see error telling that code is not a recognized command
**Expected behavior**
it should open vscode editor
**Screenshots**
If applicable, add screenshots to help explain your problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.