Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] alias not picked up #1190

Open
asifashraf opened this issue Nov 10, 2024 · 0 comments
Open

[Bug] alias not picked up #1190

asifashraf opened this issue Nov 10, 2024 · 0 comments

Comments

@asifashraf
Copy link

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant