-
How would you run a script from the Extension. As I am battling to find scripts that I included in the path for the extension and so cant call then via a path name. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
reduckted
Jan 11, 2024
Replies: 1 comment 1 reply
-
I seem to have located how to call a script I have set the scripts to be copy always and they appear under this location. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, that's correct. Here's an example of an extension that does the same sort of thing. It includes "template" files in the VSIX and loads them at runtime.
https://github.com/madskristensen/AddAnyFile/blob/8a8443fbf0f5953cf83849a489350b0e42ca2e86/src/Templatemap.cs#L30