vscode-odoo
vscode-odoo copied to clipboard
Currently Only Show issues when File is Open, Instead Get All By Folder, Or Project
Currently Only Show issues when File is Open, Instead Get All By Folder, Or Project
Hello @totalard ,
There is currently a Python setting (python.analysis.diagnosticMode) to set scope for diagnostics (open files only or workspace). However, it works only for Python files and is not really helpful in my opinion. This can be improved in the future, though.
@totalard , If you want to get all issues in a project by default, you can use the official Odoo extension instead.