Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] code-workspace definition: python.analysis.extraPaths #510

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[IMP] code-workspace definition: python.analysis.extraPaths
  • Loading branch information
aaladro-kernet committed Dec 2, 2024
commit da99303b7aeacbdc65a9e589c6c498cee3185724
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