Skip to content

Commit fcb23e6

Browse files
committed
chore: update vscode recommendations and settings for basedpyright usage
1 parent 45143f5 commit fcb23e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

{{cookiecutter.project_name}}/.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ms-python.python",
55
"ms-python.vscode-pylance",
66
"charliermarsh.ruff",
7-
"ms-pyright.pyright",
7+
"detachhead.basedpyright",
88

99
// Git + pre-commit workflow
1010
"ryanluker.vscode-pre-commit",

{{cookiecutter.project_name}}/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ruff.args": ["--config", "${workspaceFolder}/.ruff.toml"],
1515
"python.linting.enabled": true,
1616
"python.linting.ruffEnabled": true,
17-
// Pyright
17+
// Basedpyright
1818
"python.analysis.typeCheckingMode": "basic",
1919

2020
// Pytest

0 commit comments

Comments
 (0)