We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
… where .classpath is used by the Eclipse JDT which ide-java uses behind-the-scenes.
.classpath
ide-java
OS: Windows 10 Atom: 1.52.0-beta0 Script: 3.26.0
Windows 10
1.52.0-beta0
3.26.0
Reproduce: .classpath
<?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path=""/> <classpathentry kind="output" path=".bin"/> </classpath>
The text was updated successfully, but these errors were encountered:
Should be fixed in #2470. Let me know if it is not.
Sorry, something went wrong.
No branches or pull requests
… where
.classpath
is used by the Eclipse JDT whichide-java
uses behind-the-scenes.OS:
Windows 10
Atom:
1.52.0-beta0
Script:
3.26.0
Reproduce:
.classpath
The text was updated successfully, but these errors were encountered: