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
Copy file name to clipboardExpand all lines: package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,12 @@
55
55
"markdownDescription": "Extra CLI arguments to pass to [Google Java Format](https://github.com/google/google-java-format).",
56
56
"default": null,
57
57
"scope": "window"
58
+
},
59
+
"java.format.settings.google.strictSSL": {
60
+
"type": "boolean",
61
+
"markdownDescription": "Whether to verify SSL certificates when downloading Google Java Format. Set to `false` if you're behind a corporate proxy with custom certificates.",
0 commit comments