Remove ms-vscode.cpptools dependency : conflict with clangd

Hi,
I use vscode for debugging mainly (I find it awfull for dev) and don’t like ms c++ tools that are awfull for completion (slow, buggy, not providing usefull completion hints… but most annoying is how SLOWWW it is… I can type faster on keyboard before a completion occurs) and I still hadn’t found a way to make pio debugging works with vim+coc+clangd (which is awsome once some issue fixed std::shared_ptr use break color syntax and go definition · Issue #1523 · clangd/clangd · GitHub, used compiler ignored from compile_commands.json? · Issue #1438 · clangd/clangd · GitHub)…

I wanted to give a try to clangd in vscode, hopping it would be lighter with it rather than the ms c++ tools but I can’t because pio plugin explicitly state a dependency on ms tools… pio plugin should remove the dependency…

thanks and regards