modified pylint settings

This commit is contained in:
eclipse 2025-10-28 11:36:38 +01:00
parent d00a533dd9
commit ece1e865ca

View File

@ -5,6 +5,7 @@
}
],
"settings": {
"python.terminal.activateEnvInCurrentTerminal": true
"python.terminal.activateEnvInCurrentTerminal": true,
"pylint.path" : ["${interpreter}", "-m", "pylint"]
}
}