redhat-developer / vscode-java

Java Language Support for Visual Studio Code
Eclipse Public License 2.0
2.08k stars 440 forks source link

[BUG]Error response to external storage devices #3740

Open SYpiece opened 3 months ago

SYpiece commented 3 months ago

[provide a description of the issue]

Environment
Steps To Reproduce

1.Prepare an external storage device (such as a USB flash drive) 2.Create a Java project with no build tools on an external storage device and write any error code in the example main method(There should be no error prompt at this time).

3.Copy this Java project locally and open it using VSCode(There should be an error prompt at this time).

Current Result

There is no prompt for items on external storage devices, while there is a prompt for local items

Expected Result

Both should have error prompts.

Additional Informations

The 1.32.0 version of the program works normally at this point