Skip to content

Commit

Permalink
Fix Pylint working directory path for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed Jul 2, 2024
1 parent d8ac2d2 commit ffe5644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"title": "System Logs",
"pattern": "src/backend/logs/system.log"
}
]
],
"pylint.cwd": "${workspaceFolder}/src/backend/"
}

0 comments on commit ffe5644

Please sign in to comment.