Skip to content

Commit

Permalink
Re-enabled TODO comments
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Jan 14, 2022
1 parent b180429 commit 50c5933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Editor/EditorFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ internal sealed class BraceMatchingTaggerProvider : BraceMatchingBase
public class SameWordHighlighter : SameWordHighlighterBase
{ }

//[Export(typeof(IWpfTextViewCreationListener))]
[Export(typeof(IWpfTextViewCreationListener))]
[ContentType(Constants.LanguageName)]
[TextViewRole(PredefinedTextViewRoles.PrimaryDocument)]
public class HideMargings : WpfTextViewCreationListener
Expand Down
2 changes: 1 addition & 1 deletion src/MarkdownEditor2022Package.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace MarkdownEditor2022
[ProvideLanguageEditorOptionPage(typeof(OptionsProvider.AdvancedOptions), Constants.LanguageName, "", "Advanced", null, 0)]
[ProvideLanguageExtension(typeof(LanguageFactory), Constants.FileExtension)]

[ProvideEditorFactory(typeof(LanguageFactory), 0, CommonPhysicalViewAttributes = (int)__VSPHYSICALVIEWATTRIBUTES.PVA_SupportsPreview, TrustLevel = __VSEDITORTRUSTLEVEL.ETL_AlwaysTrusted)]
[ProvideEditorFactory(typeof(LanguageFactory), 0, false, CommonPhysicalViewAttributes = (int)__VSPHYSICALVIEWATTRIBUTES.PVA_SupportsPreview, TrustLevel = __VSEDITORTRUSTLEVEL.ETL_AlwaysTrusted)]
[ProvideEditorLogicalView(typeof(LanguageFactory), VSConstants.LOGVIEWID.TextView_string, IsTrusted = true)]
[ProvideEditorExtension(typeof(LanguageFactory), Constants.FileExtension, 1000)]

Expand Down

0 comments on commit 50c5933

Please sign in to comment.