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

Non project files caused setup_dap_main_class_configs to fail #603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 12, 2024

  1. Non project classes caused setup_dap_main_class_configs to fail

    vscode.java.resolveMainClass returns ResolutionItems without projectName
    for non project classes. Thus, calls to
    vscode.java.resolveJavaExecutable resulted in "Index 1 out of bounds for
    length 1". This cascaded into vscode.java.resolveClasspath failing with
    "Failed to resolve classpath: Referenced classpath provider does not
    exist: org.eclipse.m2e.launchconfig.classpathProvider".
    lbrayner committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    311d535 View commit details
    Browse the repository at this point in the history