pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
683 stars 133 forks source link

exludePath setting do not work with VSCode extensions #48

Open hisao07 opened 3 years ago

hisao07 commented 3 years ago

Do not work this setting if I set ExcludePath setting. It seems that "-excludePaths" is missing when expanding the options. This setting does not seem to be functioning since you added it.