Dot Files LSP Settings Run the following script in the project root to create a .clangd file: echo "CompileFlags:" >> .clangd echo " Add:" >> .clangd echo " - -std=c++17" >> .clangd Reference clangdの設定ファイル CocInstallをnon-interactiveに実行