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

Editing classpath file requires restart of VS Code #576

Closed
V-Klein opened this issue Apr 19, 2019 · 1 comment
Closed

Editing classpath file requires restart of VS Code #576

V-Klein opened this issue Apr 19, 2019 · 1 comment

Comments

@V-Klein
Copy link

V-Klein commented Apr 19, 2019

When adding a jar to the classpath file the program won't build any longer and you get the error message: "Build failed, do you want to continue?" You have to restart VS Code before it works again.

Environment
  • Operating System: macOS Mojave Version 10.14.4 (also Windows 10)
  • JDK version: openjdk version "1.8.0_212"
  • Visual Studio Code version: 1.33.1
  • Java extension version: 0.43.0
  • Java Debugger extension version: 0.17.0
Steps To Reproduce
  1. Create a new Java Project
  2. Add a jar to the classpath
  3. Try to run the program
Current Result

The build fails and you cannot run the program.

Expected Result

Either building works out of the box when editing the classpath or at least we get a message that restarting VS Code is required.

Additional Informations

The language server is loaded correctly (thumbs up icon).

@testforstephen
Copy link
Contributor

Out of scope, migrated the issue to vscode-java side. redhat-developer/vscode-java#895

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants