Skip to content

Commit

Permalink
Disable VSCode completion case matching (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Jan 21, 2024
1 parent 54e6b08 commit e669c7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ private async Task ConfigureVsCodeSettings()
SetIfNotSet("update.mode", "none", settingsJson);
SetIfNotSet("update.showReleaseNotes", false, settingsJson);
SetIfNotSet("http.systemCertificates", false, settingsJson);
SetIfNotSet("java.completion.matchCase", "off", settingsJson);

string os;
string path_seperator;
Expand Down

0 comments on commit e669c7f

Please sign in to comment.