Skip to content

Commit

Permalink
Update: [VSCode] python.defaultInterpreterPath を Linux 向けに変更
Browse files Browse the repository at this point in the history
現状 Linux メインで開発しているため
  • Loading branch information
tsukumijima committed Sep 21, 2023
1 parent b51f7e3 commit ac588b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"source.fixAll.eslint": true,
},
// pipenv の仮想環境のあるフォルダを指定(指定しないと認識しない)
"python.defaultInterpreterPath": "${workspaceFolder}/server/.venv/Scripts/python.exe",
"python.defaultInterpreterPath": "${workspaceFolder}/server/.venv/bin/python",
// 相対インポートが解決されるようにする
"python.analysis.extraPaths": [
"./server",
Expand Down

0 comments on commit ac588b7

Please sign in to comment.