notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

Can't save while clang-tidy is running on medium to large files #12

Closed notskm closed 4 years ago

notskm commented 4 years ago

Currently, if clang-tidy is linting a medium sized file, vscode will not let you save. This occurs well before a file hits 1000 LOC.

Solving this may be as simple as killing the currently running clang-tidy instance on save.