QiuminGe / cpp-check-lint

MIT License
12 stars 6 forks source link

"please wait checking done !" error when using with auto save #39

Open guptapriyanshu7 opened 2 years ago

guptapriyanshu7 commented 2 years ago

I have enabled auto save with the extension and "please wait checking done !" error pops-up whenever I try to type something, which is a bit irritating. Can this notification be just suppressed or is there any other workaround ?

image

youhuiji commented 11 months ago

I have enabled auto save with the extension and "please wait checking done !" error pops-up whenever I try to type something, which is a bit irritating. Can this notification be just suppressed or is there any other workaround ?

image

Sir, I have encountered the same problem. Have you found a solution yet?

youhuiji commented 11 months ago

I have enabled auto save with the extension and "please wait checking done !" error pops-up whenever I try to type something, which is a bit irritating. Can this notification be just suppressed or is there any other workaround ?

image

Oh, my friend, I solved this pop-up prompt by modifying the plugin source code.

Find the directory locally after installing the plugin in your vscode:%userprofile%.vscode\extensions\qiumingge.cpp-check-lint-1.4.7

Find the cpplint.js and cppcheck.js files and make the modifications as shown in the following figure.

image