Skip to content

Commit 5a148fa

Browse files
committed
Use code in setting
1 parent b096fb2 commit 5a148fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/typescript-language-features/package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"javascript.format.enable": "Enable/disable default JavaScript formatter.",
1616
"format.insertSpaceAfterCommaDelimiter": "Defines space handling after a comma delimiter.",
1717
"format.insertSpaceAfterConstructor": "Defines space handling after the constructor keyword. Requires using TypeScript 2.3.0 or newer in the workspace.",
18-
"format.insertSpaceAfterSemicolonInForStatements": " Defines space handling after a semicolon in a for statement.",
18+
"format.insertSpaceAfterSemicolonInForStatements": "Defines space handling after a semicolon in a for statement.",
1919
"format.insertSpaceBeforeAndAfterBinaryOperators": "Defines space handling after a binary operator.",
2020
"format.insertSpaceAfterKeywordsInControlFlowStatements": "Defines space handling after keywords in a control flow statement.",
2121
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "Defines space handling after function keyword for anonymous functions.",
@@ -47,7 +47,7 @@
4747
"typescript.problemMatchers.tscWatch.label": "TypeScript problems (watch mode)",
4848
"typescript.quickSuggestionsForPaths": "Enable/disable quick suggestions when typing out an import path.",
4949
"typescript.locale": "Sets the locale used to report JavaScript and TypeScript errors. Requires using TypeScript 2.6.0 or newer in the workspace. Default of 'null' uses VS Code's locale.",
50-
"javascript.implicitProjectConfig.experimentalDecorators": "Enable/disable 'experimentalDecorators' for JavaScript files that are not part of a project. Existing jsconfig.json or tsconfig.json files override this setting. Requires using TypeScript 2.3.1 or newer in the workspace.",
50+
"javascript.implicitProjectConfig.experimentalDecorators": "Enable/disable `experimentalDecorators` for JavaScript files that are not part of a project. Existing jsconfig.json or tsconfig.json files override this setting. Requires using TypeScript 2.3.1 or newer in the workspace.",
5151
"typescript.autoImportSuggestions.enabled": "Enable/disable auto import suggestions. Requires using TypeScript 2.6.1 or newer in the workspace.",
5252
"taskDefinition.tsconfig.description": "The tsconfig file that defines the TS build.",
5353
"javascript.suggestionActions.enabled": "Enable/disable suggestion diagnostics for JavaScript files in the editor. Requires using TypeScript 2.8 or newer in the workspace.",

0 commit comments

Comments
 (0)