microsoft / microsoft/vscode-java-dependency

Add a setting to suppress the “Old Java Runtime” warning

Open
#981 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
199
Forks
105
Avg merge
1d 22h
Merged PRs (30d)
27

Description

Feature Request: Option to suppress the "Old Java Runtime" warning

I am using the Project Manager for Java extension in VS Code, and I frequently work with older JDK versions intentionally (for example, maintaining legacy applications or matching production environments).

Currently, the extension displays a popup warning every time a workspace opens:

"This project is using an older Java runtime…"

This popup cannot be disabled, and it appears even when the older JDK is intentionally used. This becomes disruptive when switching between multiple projects or reopening the editor.

Request

Please add a setting such as:

"java.runtime.ignoreVersionWarning": true

or any equivalent option that allows users to suppress this warning permanently.

Why this matters
  • Many developers maintain legacy Java applications.
  • Some teams must use older JDKs due to production constraints.
  • The popup appears repeatedly and interrupts workflow.
  • Other VS Code extensions allow disabling similar warnings.

This small setting would greatly improve usability for developers who intentionally use older Java versions.

Thank you for considering this request!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name specific files or tests. Start by locating the implementation of the “Old Java Runtime” popup and the extension’s existing settings registration, then add coverage for the proposed opt-out behavior. Done means the warning remains available by default but is suppressed when the new setting is enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, typescript, vscode
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.