We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff84a6 commit 9eb3811Copy full SHA for 9eb3811
README.md
@@ -425,10 +425,10 @@ https://user-images.githubusercontent.com/62588629/235394029-1319054d-9224-4ac0-
425
1. After a file dialogue will appear so you can select your clangd executable.
426
427
For example, on `Windows`, my clangd executable is found at:
428
- C:\Program Files\LLVM\bin\clangd.exe
+ **C:\Program Files\LLVM\bin\clangd.exe**
429
430
- On `Ubuntu` it was found at:
431
- /usr/lib/llvm-13/bin/clangd
+ On `Ubuntu` it was found at:
+ **/usr/lib/llvm-16/bin/clangd** (If installing for `Unreal 5.3`)
432
433
`Ubuntu/Linux:` Your file dialogue might spawn behind the VSCode window:
434
0 commit comments