Woo I'm at the part of the migration where I can m...
# general
p
Woo I'm at the part of the migration where I can majorly refactor the repo as pants.. rocks. I'm hitting a snag in vscode + pylint though. The root source structure I am using is: src/python/blah src/python/blaaaah vscode's python language server is obeying the .env file as described here. Unfortunately, pylint is not respecting this as documented here. So question: Does anyone know how to make pylint work here?
👀 1
Looks like setting
pylint.cwd
to
${fileDirname}
does the trick 🤔 https://github.com/microsoft/vscode-pylint#settings
No.. hmm that doesn't seem to work actually