I use clang format and set the path to a specific version of clang format,
but the shell have its own version of clang format , it seems like cursor just use shell version of clang format without using the clang format path configuration to find the specific version of clang format .
does cpp extension have clang format with it ?