madskristensen / JasmineSnippetPack

A Visual Studio extension
Other
3 stars 3 forks source link

Not seeing the TS snippets #4

Open aligneddev opened 7 years ago

aligneddev commented 7 years ago

Installed product versions

Description

My VS wasn't auto updating the extension, so I just tried this out today. I'm not seeing the TS snippets added in my PR https://github.com/madskristensen/JasmineSnippetPack/pull/2.

image

They also do not work in a TypeScript file or a JavaScript file.

aligneddev commented 7 years ago

It's still an issue. I started a new branch, but I need to look more: https://github.com/aligneddev/JasmineSnippetPack/tree/tsSnippetsNotShowing

Things I'm investigating/would like to know....

  1. Do I really need to duplicate them all to get them to show up in JS and TypeScript?
  2. Why don't the snippets show up with F5 after my latest changes that I pushed?

I finally found and read http://madskristensen.net/post/shipping-visual-studio-snippets-in-an-extension, so now I know how to debug it locally.