vscode-linux-kernel icon indicating copy to clipboard operation
vscode-linux-kernel copied to clipboard

Few improvements

Open im-0 opened this issue 4 years ago • 1 comments

im-0 avatar Oct 30 '20 16:10 im-0

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

  1. 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
  2. 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)

amezin avatar Jan 09 '21 09:01 amezin