Environment:
- VS Code Version: 1.107.1
- Extension Version: 0.31.0
- JDK Type & Version: RedHat 17.0.18
- OS Type & Version: Windows 26100.8246
Step to Reproduce:
- Load a multi-root workspace with multiple Java projects.
- Open Project Settings by going to the JAVA PROJECTS pane, clicking the ellipsis/More Actions..., and choosing Configure Java Runtime.
- Change the Project to the second project.
- Choose the Compiler section.
- Toggle "Store information about method parameters" to on.
- Click Apply Settings.
Expected Behavior:
The selected project should have been built with the -parameters flag.
Actual Behavior:
The -parameters flag was not used.
Related Issues:
I can no longer toggle this switch for an individual project. The toggle remains set or unset for all projects.
This is a new problem since installing this version of the extension. It worked in the previous version.
Environment:
Step to Reproduce:
Expected Behavior:
The selected project should have been built with the -parameters flag.
Actual Behavior:
The -parameters flag was not used.
Related Issues:
I can no longer toggle this switch for an individual project. The toggle remains set or unset for all projects.
This is a new problem since installing this version of the extension. It worked in the previous version.