diff --git a/master/languages.html b/master/languages.html index d8de343c8..0c7683d79 100644 --- a/master/languages.html +++ b/master/languages.html @@ -289,7 +289,7 @@ languages = { typescript = [ { formatCommand ="prettier --stdin-filepath ${

A format sub-table within config can be used to pass extra formatting options to -Document Formatting Requests. +Document Formatting Requests. For example, with typescript:

[language-server.typescript-language-server]
 # pass format options according to https://github.com/typescript-language-server/typescript-language-server#workspacedidchangeconfiguration omitting the "[language].format." prefix.
diff --git a/master/print.html b/master/print.html
index 9a7209016..eda5963ba 100644
--- a/master/print.html
+++ b/master/print.html
@@ -2148,7 +2148,7 @@ languages = { typescript = [ { formatCommand ="prettier --stdin-filepath ${
 
 
 

A format sub-table within config can be used to pass extra formatting options to -Document Formatting Requests. +Document Formatting Requests. For example, with typescript:

[language-server.typescript-language-server]
 # pass format options according to https://github.com/typescript-language-server/typescript-language-server#workspacedidchangeconfiguration omitting the "[language].format." prefix.