Skip to content

Commit

Permalink
vscode setting for src path
Browse files Browse the repository at this point in the history
  • Loading branch information
RohithSurya committed Jun 17, 2024
1 parent ace90d5 commit 55c0fa0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
},
"python.analysis.extraPaths": [
"./src"
]
}

0 comments on commit 55c0fa0

Please sign in to comment.