Skip to content

Commit

Permalink
fix clangd path
Browse files Browse the repository at this point in the history
Change-Id: I48d11e3335324a210c61dfa5d1699a7de3e411f6
  • Loading branch information
garymm committed Jun 29, 2023
1 parent a495431 commit 48a1b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"--compile-commands-dir=${workspaceFolder}/",
"--query-driver=**"
],
"clangd.path": "${workspaceFolder}/bazel-gpu-deflate/external/llvm_16_toolchain_llvm/bin/clangd"
"clangd.path": "${workspaceFolder}/external/llvm_16_toolchain_files/bin/clangd"
}

0 comments on commit 48a1b57

Please sign in to comment.