-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GH2 template #20
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May make sense to include 9 WIP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think I should add that to all of the templates, or just the GH2 template?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I might add 9 WIP at some later date to all of the templates.
Co-authored-by: Callum Sykes <[email protected]>
Got it, thanks for pointing that out! |
No description provided.