mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Add typescript and javascript format.insertSpaceBeforeFunctionParenthesis (#21712)
* Update tsfmt.json * Update formattingProvider.ts * Update package.nls.json * Update package.json * Update package.json * Add TS version requirement to description
This commit is contained in:
committed by
Matt Bierner
parent
ef2bdc0811
commit
5e10fe283f
@@ -17,6 +17,7 @@
|
||||
"format.insertSpaceBeforeAndAfterBinaryOperators": "Defines space handling after a binary operator.",
|
||||
"format.insertSpaceAfterKeywordsInControlFlowStatements": "Defines space handling after keywords in a control flow statement.",
|
||||
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "Defines space handling after function keyword for anonymous functions.",
|
||||
"format.insertSpaceBeforeFunctionParenthesis": "Defines space handling before function argument parentheses. Requires TypeScript >= 2.1.5.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "Defines space handling after opening and before closing non empty parenthesis.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "Defines space handling after opening and before closing non empty brackets.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "Defines space handling after opening and before closing template string braces. Requires TypeScript >= 2.0.6.",
|
||||
@@ -29,4 +30,4 @@
|
||||
"typescript.referencesCodeLens.enabled": "Enable/disable references CodeLens.",
|
||||
"typescript.implementationsCodeLens.enabled": "Enable/disable implementations CodeLens.",
|
||||
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user