Skip to content

Commit 9fb0bf9

Browse files
Merge pull request #5776 from MicrosoftDocs/main638929420800390109sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0445290 + 6e513d5 commit 9fb0bf9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

hub/powertoys/command-palette/using-markdown-content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public class <ExtensionName>Page : ContentPage
100100
Icon = new("\uE8A5"); // Document icon
101101
Title = "Markdown page";
102102
Name = "Preview file";
103-
path =
104103

105104
+ Commands = [
106105
+ new CommandContextItem(new OpenUrlCommand(doc_path)) { Title = "Open in File Explorer" },

0 commit comments

Comments
 (0)