arendvw / ScriptParasite

A component that allows editting of C# definitions in external editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect file output in macos

axla-io opened this issue · comments

Hello, I'm using ScriptParasite on macos and it seems that the output folder is incorrect, as the .cs file gets a extra backslash (unix systems index into folders using forward slashes so I guess this is the root of the problem).
See the folder below, which is the output folder (Folder input in Grasshopper looks like: Users/MyProject/Scripts/)

image
Notice the added backslash at the start of the name, I assume that it should be "MyScript3d-360.cs"

image
In Visual Studio, the correct file is not found.

Thanks, this issue was fixed over a year ago by Andrew Heumann, but I did not release a new version. I'll do that shortly, could you then check again?

There is a version 1.0.3 available on food4rhino.

If you use the yak version, I'll try to release a compatible version later on.

Does this work for you?

Thanks! It works now with Visual Studio 2019 for mac. Did not get it to sync with VSCode.