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

Invisible project could not automatically resolve the dependencies on Windows #882

Closed
jdneo opened this issue Apr 16, 2019 · 2 comments
Closed

Comments

@jdneo
Copy link
Collaborator

jdneo commented Apr 16, 2019

When adding a dependency into the lib, the syntax error still occurs and could not compile the project.

Environment
  • Operating System: Windows
  • JDK version: Oracle 11.0.2
  • Visual Studio Code version: 1.33.1
  • Java extension version: 0.42.1
Steps To Reproduce

See the GIF:
issue

@fbricon
Copy link
Collaborator

fbricon commented Apr 16, 2019

It works on my Mac, but I can reproduce the issue on Windows. Will check on Linux

@fbricon
Copy link
Collaborator

fbricon commented Apr 16, 2019

I see the problem is caused by the server sending filewatcher glob patterns with a c:/path/to/lib syntax. The device part (c:)doesn't seem to be handled by VS Code properly. I found a couple other issues with the filewatchers, but the device part is the main one.

@fbricon fbricon added this to the Mid April 2019 milestone Apr 16, 2019
@fbricon fbricon closed this as completed Apr 16, 2019
@fbricon fbricon changed the title Invisible project could not be automatically resolve the dependencies Invisible project could not automatically resolve the dependencies on Windows Apr 16, 2019
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