ContextMapper / vscode-extension

Context Mapper VSCode Extension
https://contextmapper.org/
Apache License 2.0
19 stars 2 forks source link

Extension misbehaves when used with Workspaces #27

Open LukasHeimann opened 2 years ago

LukasHeimann commented 2 years ago

Context

I'm trying to use the VSCode extension of Context Mapper in a project with a workspace

Problem

I have the CML file in the second folder of my workspace. However, when I run the diagram generation, the output will always be created in the first folder of the open workspace.

Expectation

As a user with multiple folders in a workspace, I expect the context mapper extension to always generate build output into the folder of the workspace, in which the source file was located.

stefan-ka commented 2 years ago

Thanks for reporting this one @LukasHeimann! Will have a look at it.