Skip to content

Merge branch 'main' into vscode-python-fix

fdfa891
Select commit
Loading
Failed to load commit list.
Open

VS Code extension: fix CMake installation and Python venv setup on Windows #1948

Merge branch 'main' into vscode-python-fix
fdfa891
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Code Health Review (main) succeeded Oct 11, 2025 in 56s

CodeScene PR Check

Quality Gate Passed

Gates Passed
4 Quality Gates Passed

See analysis details in CodeScene

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

Details

✅ Improving Code Health:

  • Overall Code Complexity tools.js
  • Deep, Nested Complexity tools.js: checkPython

Annotations

Check notice on line 1 in tools/vscode-extension/tools.js

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Code Health Review (main)

✅ Getting better: Overall Code Complexity

The mean cyclomatic complexity decreases from 7.06 to 6.42, threshold = 4. This file has many conditional statements (e.g. if, for, while) across its implementation, leading to lower code health. Avoid adding more conditionals.

Check notice on line 513 in tools/vscode-extension/tools.js

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Code Health Review (main)

✅ No longer an issue: Deep, Nested Complexity

checkPython is no longer above the threshold for nested complexity depth. This function contains deeply nested logic such as if statements and/or loops. The deeper the nesting, the lower the code health.