Skip to content

Commit

Permalink
Enable vscode system http certificates (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Feb 19, 2024
1 parent 27b2378 commit d9b79ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ private async Task ConfigureVsCodeSettings()
SetIfNotSet("extensions.ignoreRecommendations", true, settingsJson);
SetIfNotSet("update.mode", "none", settingsJson);
SetIfNotSet("update.showReleaseNotes", false, settingsJson);
SetIfNotSet("http.systemCertificates", false, settingsJson);
SetIfNotSet("java.completion.matchCase", "off", settingsJson);

string os;
Expand Down

0 comments on commit d9b79ca

Please sign in to comment.