Skip to content

Commit

Permalink
added comment for using accelerator key for display name for UseProgr…
Browse files Browse the repository at this point in the history
…amMain
  • Loading branch information
vlada-shubina authored and GangWang01 committed Aug 3, 2022
1 parent 83d789a commit 3b2233c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
"symbols/skipRestore/displayName": "Skip restore",
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
"symbols/UseProgramMain/displayName": "Do not use top-level statements",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"_symbols/UseProgramMain/displayName.comment": "Use '_' as accelerator key when translating.",
"postActions/restore/description": "Restore NuGet packages required by this project.",
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
"postActions/open-file/description": "Opens Program.cs in the editor"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"datatype": "bool",
"defaultValue": "false",
"description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
"displayName": "Do not use top-level statements"
"displayName": "Do not use _top-level statements"
},
"csharp10orLater": {
"type": "generated",
Expand Down

0 comments on commit 3b2233c

Please sign in to comment.