vscode-odoo icon indicating copy to clipboard operation
vscode-odoo copied to clipboard

Nothing in problems tab since last update

Open mathisgauthey opened this issue 11 months ago • 8 comments

Hey there, since last update (0.22.5), I can't see any issues under the PROBLEMS tab, even when opening files where there are functions using unknown fields and so on.

It worked fine yesterday.

Here are the logs :

[Info  - 9:16:30 AM] Pyright language server 1.1.356 starting
[Info  - 9:16:30 AM] Server root directory: file:///home/mat/.vscode-server/extensions/trinhanhngoc.vscode-odoo-0.22.5-linux-x64/dist
[Info  - 9:16:30 AM] Data storage path: /home/mat/.vscode-server/data/User/workspaceStorage/66f02000b51a8ca9724f31223ccca354/trinhanhngoc.vscode-odoo
[Info  - 9:16:30 AM] Starting service instance "odoo-dev"
Received pythonPath from Python extension: /home/mat/documents/odoo-dev/venv_odoo/bin/python
[Info  - 9:16:32 AM] Background analysis(2) root directory: file:///home/mat/.vscode-server/extensions/trinhanhngoc.vscode-odoo-0.22.5-linux-x64/dist
[Info  - 9:16:32 AM] Background analysis(2) started
[Info  - 9:16:32 AM] Setting pythonPath for service "odoo-dev": "/home/mat/documents/odoo-dev/venv_odoo/bin/python"
[Warn  - 9:16:32 AM] stubPath file:///home/mat/documents/odoo-dev/typings is not a valid directory.
[Info  - 9:16:33 AM] Assuming Python version 3.10.12.final.0
[Info  - 9:16:33 AM] Auto-excluding /home/mat/documents/odoo-dev/venv_odoo
[Info  - 9:16:33 AM] Found 6218 source files

As I was writing the post, I noticed it generated something :

image

But using PyRight and not the usual Odoo IDE Code message. The source is _generated_diagnostic_collection_name, I found this.

My project is inside WSL.

mathisgauthey avatar Mar 27 '24 08:03 mathisgauthey