mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Remove the colon from the message in tsconfig.json (#21174)
* Add additional diagnostic message for tsconfig.json * Add a way to override description for tsconfig.json * Modify reference tsconfig.json in tests * Don't have to differentiate cmdline and tsconfig.json description This reverts commitefe57733caand94f9e67a24. * Remove colon from diagnostic message code 6079 * Remove colon from localized messages code 6079 * Revert "Remove colon from localized messages code 6079" Not changing files on src/loc because they are managed using automated tools. This reverts commite91f52348e.
This commit is contained in:
@@ -151,7 +151,7 @@ namespace ts {
|
||||
},
|
||||
showInSimplifiedHelpView: true,
|
||||
category: Diagnostics.Basic_Options,
|
||||
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation_Colon
|
||||
description: Diagnostics.Specify_library_files_to_be_included_in_the_compilation
|
||||
},
|
||||
{
|
||||
name: "allowJs",
|
||||
|
||||
@@ -3015,7 +3015,7 @@
|
||||
"category": "Message",
|
||||
"code": 6078
|
||||
},
|
||||
"Specify library files to be included in the compilation: ": {
|
||||
"Specify library files to be included in the compilation.": {
|
||||
"category": "Message",
|
||||
"code": 6079
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user