You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following settings have been added for both typescript and javascript:
"typescript.validate.enable": boolean; enabls/disables validation. If set to false no problems should be shown. Make sure the setting updates dynamically
Additional formatter settings: play with them and ensure that the formatter behaves correctly.
Also ensure that the settings are independent of their javascript counterpart and apply to their respective mode. E.g.javascript.validate.enable: false and typescript.validate.enable: true is a valid configuration and problems are only shown in TS.
The text was updated successfully, but these errors were encountered:
Assignees:
Items
The following settings have been added for both typescript and javascript:
"typescript.validate.enable": boolean;
enabls/disables validation. If set tofalse
no problems should be shown. Make sure the setting updates dynamicallyAdditional formatter settings: play with them and ensure that the formatter behaves correctly.
Also ensure that the settings are independent of their javascript counterpart and apply to their respective mode. E.g.
javascript.validate.enable: false
andtypescript.validate.enable: true
is a valid configuration and problems are only shown in TS.The text was updated successfully, but these errors were encountered: