Skip to content

Commit

Permalink
[IMP] code-workspace definition: python.analysis.extraPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
aaladro-kernet committed Dec 2, 2024
1 parent 094f317 commit da99303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def write_code_workspace_file(c, cw_path=None):
cw_config["settings"].update(
{
"python.autoComplete.extraPaths": [f"{str(SRC_PATH)}/odoo"],
"python.analysis.extraPaths": [f"{str(SRC_PATH)}/odoo"],
"python.formatting.provider": "none",
"python.linting.flake8Enabled": True,
"python.linting.ignorePatterns": [f"{str(SRC_PATH)}/odoo/**/*.py"],
Expand Down

0 comments on commit da99303

Please sign in to comment.