arendvw / ScriptParasite

A component that allows editting of C# definitions in external editors
21 stars 5 forks source link

Incorrect file output in macos #2

Closed axla-io closed 3 years ago

axla-io commented 3 years ago

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.

arendvw commented 3 years ago

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?

arendvw commented 3 years ago

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?

axla-io commented 3 years ago

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