vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Support wildcard in sourcePaths

Open jprenaudet opened this issue 5 years ago • 2 comments
trafficstars

I have a lot of folders to define in the debug option "sourcePaths", like :

  • "${workspaceFolder}/src/plugin/Plugin1/src/java"
  • "${workspaceFolder}/src/plugin/Plugin2/src/java"
  • ...

Is it possible to support wildcard, so I can define only 1 line :

  • "${workspaceFolder}/src/plugin/*/src/java"

Thanks !

jprenaudet avatar May 05 '20 12:05 jprenaudet

When detecting wildcard, the debugger should be able to flatten it to the concrete value.

testforstephen avatar May 06 '20 03:05 testforstephen

Has there been any work on this? It'd be really nice to have.

frigvid avatar Sep 26 '22 12:09 frigvid