feat(vscode): add Python environment and analysis settings
- Configure `.env` file for environment variables - Add `src` to Python analysis extra paths for better IntelliSense Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"python.envFile": "${workspaceFolder}/.env",
|
||||
"python.analysis.extraPaths": [
|
||||
"src"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user