vscode-java-debug
vscode-java-debug copied to clipboard
Support wildcard in sourcePaths
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 !
When detecting wildcard, the debugger should be able to flatten it to the concrete value.
Has there been any work on this? It'd be really nice to have.