Open aligneddev opened 7 years ago
after looking at some of the other snippets extension projects, I re-organized the folders, duplicated all the snippets for TypeScript, changed the language to TypeScript.
The name and the folder can't be the same in the pkgdef file.
After reading http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension I debugged it locally (should have done that before my other PR). I'm more confident in this change. This should fix Issue #4.
Edit: running it today (F5 from VS), I'm not seeing the snippets. If there is someone who could teach me how to get this to work, I'd appreciate it.
after looking at some of the other snippets extension projects, I re-organized the folders, duplicated all the snippets for TypeScript, changed the language to TypeScript.
The name and the folder can't be the same in the pkgdef file.
After reading http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension I debugged it locally (should have done that before my other PR). I'm more confident in this change. This should fix Issue #4.
Edit: running it today (F5 from VS), I'm not seeing the snippets. If there is someone who could teach me how to get this to work, I'd appreciate it.