We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c501dc7 commit f23fcbdCopy full SHA for f23fcbd
1 file changed
.vscode/settings.json
@@ -6,7 +6,7 @@
6
"python.testing.pytestEnabled": true,
7
"python.testing.unittestEnabled": false,
8
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
9
- "python.analysis.extraPaths": ["${workspaceFolder}/merge-files/src"],
+ "python.analysis.extraPaths": ["${workspaceFolder}/src"],
10
"python.envFile": "${workspaceFolder}/.env",
11
"[python]": {
12
"editor.defaultFormatter": "ms-python.black-formatter"
0 commit comments