This is more of a question than an issue, so, sorry if this is not the correct place to ask
I'm trying to configure VsCode for intelliSense while creating a Node.js native module, and for that it's interesting to have a compile_commands.json file (from official cpp extension documentation), I saw that a generator for that was added some days ago, here 5c2aad8
So my question is, how I can use it?