You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Visual Studio supports defining a content type by extension. Testing by @FH-Inway of the use of .* content type suggests it works in some files (.yml, .cs) but not others (.txt, .md)
To Reproduce
Open a folder with a .contextive/definitions.yml file in a Visual Studio instance with Contextive installed.
See the hover text appear in a .yml file when hovering over a defined term. Add the term to a .txt file and no hover will appear.
Expected behavior
The hover panel/definition should appear in all files.
The text was updated successfully, but these errors were encountered:
@FH-Inway - Visual Studio Developer Community requests that bugs are submitted using the Report a problem... feature in Visual Studio - see https://developercommunity.visualstudio.com/VisualStudio/report. As you have a running setup in VS, could you report via that method so that they can collect appropriate diagnostics.?
Describe the bug
Visual Studio supports defining a content type by extension. Testing by @FH-Inway of the use of
.*
content type suggests it works in some files (.yml, .cs) but not others (.txt, .md)To Reproduce
Open a folder with a
.contextive/definitions.yml
file in a Visual Studio instance with Contextive installed.See the hover text appear in a
.yml
file when hovering over a defined term. Add the term to a.txt
file and no hover will appear.Expected behavior
The hover panel/definition should appear in all files.
The text was updated successfully, but these errors were encountered: