Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit d983f69

Browse files
committed
Fixed #198
1 parent c83e70d commit d983f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CPPCheckPlugin/CPPCheckPluginPackage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ public static void askCheckSavedFiles()
348348
{
349349
DialogResult reply = MessageBox.Show("Do you want to start analysis any time a file is saved? It will clear previous analysis results.\nYou can change this behavior in cppcheck settings.", "Cppcheck: start analysis when file is saved?", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2);
350350
Settings.Default.CheckSavedFiles = (reply == DialogResult.Yes);
351+
Settings.Default.Save();
351352
}
352353

353354
private async Task<object[]> getActiveProjectsAsync()

0 commit comments

Comments
 (0)