You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening VSCode from a terminal on Linux, it inherits the environment variables from the parent terminal session. However, Cursor IDE does not inherit these environment variables when launched the same way, causing workflow issues and requiring additional configuration steps.
Steps to Reproduce
Set custom environment variables in terminal (export CUSTOM_VAR=value)
Open VSCode from that terminal (code .)
Open Cursor from the same terminal (cursor . or Cursor-0.48.1-x86_64.AppImage .)
Check environment variables in both IDEs (via terminal panel or debug output)
Expected Behavior
Cursor should inherit environment variables from the parent terminal, the same way VSCode does.
Actual Behavior
Cursor doesn't inherit the environment variables from the terminal it was launched from, requiring workarounds like explicit environment setup tasks.
System Information
OS: Manjaro Linux
Cursor 0.48.1
The text was updated successfully, but these errors were encountered:
Description
When opening VSCode from a terminal on Linux, it inherits the environment variables from the parent terminal session. However, Cursor IDE does not inherit these environment variables when launched the same way, causing workflow issues and requiring additional configuration steps.
Steps to Reproduce
export CUSTOM_VAR=value
)code .
)cursor .
orCursor-0.48.1-x86_64.AppImage .
)Expected Behavior
Cursor should inherit environment variables from the parent terminal, the same way VSCode does.
Actual Behavior
Cursor doesn't inherit the environment variables from the terminal it was launched from, requiring workarounds like explicit environment setup tasks.
System Information
The text was updated successfully, but these errors were encountered: