pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Casing typo

thild opened this issue · comments

.vscode/extensions/pierre3.csharp-to-plantuml-1.0.0/lib/PlantumlClassDiagramGenerator/PlantUmlClassDiagramGenerator.dll not found on Linux.

There is a casing typo in PlantumlClassDiagramGenerator.

const tool = pathJoin(context.extensionPath, 'lib', 'PlantumlClassDiagramGenerator', 'PlantUmlClassDiagramGenerator.dll');

I merged.
Thank you for fixing it.
Please check the new release v1.2.0.