Open fourpastmidnight opened 7 years ago
Hmm, I think it is. When I clicked on the JasmineSnippets-TS
node in the Code Snippets Manager, the same set of warnings that I posted above were again emitted into the Code Snippet Output window. So VS is having trouble with those snippets.
Installed product versions
Description
Several of the TS snippets in this extension are emitting the warning
Missing or unspecified Language attribute
in the Code Snippet Output window in VS:Current behavior
Warnings are emitted in the Code Snippet Window due to the "missing"
@Language
attribute.Expected behavior
The warnings are not emitted.
What's strange, though, is that there is a
@Language
attribute on all of those code snippets! Hmm, and doing some more searching, what's even stranger is that these TypeScript snippets are not showing up in the Code Snippets Manager in Visual Studio, as per #4! So I'm wondering if this issue with the@Language
attribute is what's ultimately behind #4?