Skip to content

Commit c4d2b39

Browse files
committed
vscode setting for src path
1 parent 951e676 commit c4d2b39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
"source.organizeImports": "explicit"
66
},
77
"editor.defaultFormatter": "charliermarsh.ruff"
8-
}
8+
},
9+
"python.analysis.extraPaths": [
10+
"./src"
11+
]
912
}

0 commit comments

Comments
 (0)