From ffe5644c214caddd4ead523a9bca7c58fa44efec Mon Sep 17 00:00:00 2001 From: Wrench56 Date: Tue, 2 Jul 2024 03:21:32 -0400 Subject: [PATCH] Fix `Pylint` working directory path for VSCode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e2e179d..c643fdd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,6 @@ "title": "System Logs", "pattern": "src/backend/logs/system.log" } - ] + ], + "pylint.cwd": "${workspaceFolder}/src/backend/" } \ No newline at end of file