mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
add [typescript|javascript].formate.enable
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
"typescript.check.tscVersion": "Check if a global install TypeScript compiler (e.g. tsc) differs from the used TypeScript language service.",
|
||||
"typescript.tsserver.trace": "Enables tracing of messages send to the TS server",
|
||||
"typescript.tsserver.experimentalAutoBuild": "Enables experimental auto build. Requires 1.9 dev or 2.x tsserver version and a restart of VS Code after changing it.",
|
||||
"typescript.validate.enable": "Enable / disable TypeScript validation",
|
||||
"typescript.validate.enable": "Enable/disable TypeScript validation",
|
||||
"typescript.format.enable": "Enable/disable default TypeScript formatter",
|
||||
"javascript.format.enable": "Enable/disable default JavaScript formatter",
|
||||
"format.insertSpaceAfterCommaDelimiter": "Defines space handling after a comma delimiter",
|
||||
"format.insertSpaceAfterSemicolonInForStatements": " Defines space handling after a semicolon in a for statement",
|
||||
"format.insertSpaceBeforeAndAfterBinaryOperators": "Defines space handling after a binary operator",
|
||||
|
||||
Reference in New Issue
Block a user