Skip to content

Modify VS Code settings for Java configuration#2720

Merged
riccardobl merged 4 commits intomasterfrom
vscode
Apr 24, 2026
Merged

Modify VS Code settings for Java configuration#2720
riccardobl merged 4 commits intomasterfrom
vscode

Conversation

@riccardobl
Copy link
Copy Markdown
Member

@riccardobl riccardobl commented Apr 24, 2026

Some changes to vscode json:

  • avoid unexpected formatting
  • increase memory limits
  • prevent build from being stuck in a loop due to updateBuildConfiguration:automatic in some versions of vscode's java ext

Updated Java and editor settings for build configuration and formatting.
gemini-code-assist[bot]

This comment was marked as outdated.

@riccardobl
Copy link
Copy Markdown
Member Author

@gemini-code-assist review again

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the VS Code settings for the project, notably switching the Java build configuration to interactive mode, disabling automatic formatting on paste and save, and adding specific JVM arguments for the Java Language Server. The review feedback suggests removing the redundant editor.formatOnSaveMode setting and reducing the maximum heap size for the language server to avoid potential memory exhaustion on developer machines.

Comment thread .vscode/settings.json Outdated
Comment thread .vscode/settings.json Outdated
riccardobl and others added 2 commits April 24, 2026 23:09
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@riccardobl riccardobl merged commit 2ecf7f9 into master Apr 24, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant