|
15 | 15 | "javascript.format.enable": "Enable/disable default JavaScript formatter.", |
16 | 16 | "format.insertSpaceAfterCommaDelimiter": "Defines space handling after a comma delimiter.", |
17 | 17 | "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.", |
19 | 19 | "format.insertSpaceBeforeAndAfterBinaryOperators": "Defines space handling after a binary operator.", |
20 | 20 | "format.insertSpaceAfterKeywordsInControlFlowStatements": "Defines space handling after keywords in a control flow statement.", |
21 | 21 | "format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "Defines space handling after function keyword for anonymous functions.", |
|
47 | 47 | "typescript.problemMatchers.tscWatch.label": "TypeScript problems (watch mode)", |
48 | 48 | "typescript.quickSuggestionsForPaths": "Enable/disable quick suggestions when typing out an import path.", |
49 | 49 | "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.", |
51 | 51 | "typescript.autoImportSuggestions.enabled": "Enable/disable auto import suggestions. Requires using TypeScript 2.6.1 or newer in the workspace.", |
52 | 52 | "taskDefinition.tsconfig.description": "The tsconfig file that defines the TS build.", |
53 | 53 | "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