vscode-linux-kernel
vscode-linux-kernel copied to clipboard
Few improvements
Merged some of your changes by cherry-picking
I'm still not sure about moving compile_commands.json
. At least about doing so by default
- All c/c++ language servers that I'm aware of are searching for
compile_commands.json
in the root of the source tree by default - https://github.com/torvalds/linux/blob/master/.gitignore#L154
I'm ok with adding --output
option. Could you add the option as a separate commit, please? (without adding defaults to the help string, without moving the output file by default)