Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2862

WSL2上のVSCodeで.bash_profileや.bashrcが読み込まれない。。。(備忘録メモ)

$
0
0
settings.jsonに以下を記載すると解決します。terminal.integrated.shell.linux.argsに-lを設定するという情報が結構ヒットしますがそれは古いバージョンのVSCodeでの話。 "terminal.integrated.profiles.linux": { "bash": { "path": "bash", "args": ["-l"] } } Reference

Viewing all articles
Browse latest Browse all 2862

Trending Articles