QiuminGe / cpp-check-lint

MIT License
12 stars 6 forks source link

Fixed choices for "--std_c" setting #43

Closed lubomilko closed 2 years ago

lubomilko commented 2 years ago

The choices for "cpp-check-lint.cppcheck.--std_c=" setting had "c89" choices twice instead of "c89", "c99". The proposed change adds the "c99" choice instead of the second "c89" choice.