VSCode – Python venv が自動的にActivateされない。’.vscode’ フォルダもない

https://stackoverflow.com/questions/58433333/auto-activate-virtual-environment-in-visual-studio-code

まず Ctrl + Shift + P and enter Preferences: Open Workspace Settings (JSON)
を開く、そして settings.json に
“python.terminal.activateEnvironment”: true
を追加する

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください