Add GH2 template#20
Conversation
60b4fed to
743827b
Compare
- Make it a proper plugin so it loads in GH2 - Add Plugin Icon - Add VS 2022 UI to create the template - Use assembly attributes for plugin info as much as possible
|
I'm getting the error message Extract: extension/package.json not found inside zip. I'm using visual studio 2024. Tried updating to the latest visual studio code 1.96 and same error. Opened up the VSIX as a zip and couldn't find a package,json file. |
|
Hi @benjaminfortunato, thanks for trying it out! However, the vsix is for Visual Studio 2022 for Windows only, not Visual Studio Code. There is no Visual Studio 2024 as far as I'm aware. For Visual Studio Code or command line, you can install the templates package via |
| "osx": { | ||
| "program": "/Applications/Rhino 8.app/Contents/MacOS/Rhinoceros", | ||
| "args": [ | ||
| "-runscript=_G2" |
There was a problem hiding this comment.
This never seems to work for me on Mac, and I'm not sure why.
| "choices": [ | ||
| { | ||
| "choice": "8", | ||
| "description": "Version 8" | ||
| } |
There was a problem hiding this comment.
May make sense to include 9 WIP
There was a problem hiding this comment.
Do you think I should add that to all of the templates, or just the GH2 template?
There was a problem hiding this comment.
I think I might add 9 WIP at some later date to all of the templates.
Co-authored-by: Callum Sykes <28632338+clicketyclackety@users.noreply.github.com>
Got it, thanks for pointing that out! |
No description provided.