diff --git a/.vscode/settings.json b/.vscode/settings.json index 13bc600c..74cfcb5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,4 +4,13 @@ "packages/tauri/Cargo.toml", "apps/readest-app/src-tauri/Cargo.toml" ], + // "editor.formatOnSave": true, // uncomment to add format on save + "typescript.inlayHints.parameterNames.enabled": "all", + "typescript.inlayHints.variableTypes.enabled": true, + "typescript.inlayHints.propertyDeclarationTypes.enabled": true, + "typescript.inlayHints.functionLikeReturnTypes.enabled": true, + "typescript.inlayHints.enumMemberValues.enabled": true, + "javascript.validate.enable": false, + "javascript.format.enable": false, + "typescript.format.enable": false, } \ No newline at end of file