Skip to content

Commit

Permalink
Update: VSCode の設定を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Jan 17, 2025
1 parent 523698e commit 0e2b49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"recommendations": [
"editorconfig.editorconfig",
"ms-python.python",
"ms-python.vscode-pylance"
"ms-python.vscode-pylance",
]
}
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// 日々付け替えられるナイトリービルド (1.x.x-dev) のタグがローカルと競合するため、
// リモートで追加されたタグを自動ではローカルに反映しない
"git.pullTags": false,
// poetry の仮想環境のあるフォルダを指定(指定しないと認識しない)
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
// Pylance の Type Checking を有効化
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "strict",
Expand Down

0 comments on commit 0e2b49d

Please sign in to comment.