We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f941d7 commit 8d39030Copy full SHA for 8d39030
src/WebCompilerVsix/Adornments/AdornmentProvider.cs
@@ -80,7 +80,7 @@ private void CreateAdornments(ITextDocument document, IWpfTextView textView)
80
{
81
LogoAdornment highlighter = new LogoAdornment(textView, _isVisible, _initOpacity);
82
}
83
- else
+ else if (Path.IsPathRooted(fileName))
84
85
try
86
0 commit comments