Fix bash configuration to use .bashrc for WSL duplicate tab feature#911
Fix bash configuration to use .bashrc for WSL duplicate tab feature#911
Conversation
|
Learn Build status updates of commit a963a93: ✅ Validation status: passedFor more details, please refer to the build report. |
Co-authored-by: mattwojo <7566797+mattwojo@users.noreply.github.com>
|
Learn Build status updates of commit ec8c36a: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
The tutorial instructed users to add
PROMPT_COMMANDto.bash_profile, which only loads for login shells. Windows Terminal opens new tabs/panes as non-login shells, causing the duplicate-tab-in-same-directory feature to fail.Changes
.bashrcinstead of.bash_profilePROMPT_COMMANDassignment (removed extraneous space before semicolon).bashrcBefore:
After:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.