microsoft / vscode-maven

VSCode extension "Maven for Java"
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-maven
Other
181 stars 88 forks source link

maven.pomfile.globPattern not working for hidden directories #972

Closed tony-sol closed 1 year ago

tony-sol commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Open any maven project
  2. Move pom.xml file to hidden directory
  3. Change maven.pomfile.globPattern to new location
  4. See that maven panel still says No Maven project found.

Expected behavior Pomfile may be found in hidden directories by vaild glob pattern

Environments (please complete the following information as much as possible):

Screenshots

glob-example vscode vscode (1)

Additional context Add any other context about the problem here.

tony-sol commented 1 year ago

Solve this via removing "**/.*" from "maven.excludedFolders"