@@ -0,0 +1,14 @@
dir = File.expand_path(__dir__)
clangd = <<CLANGD
CompileFlags:
Add: [
-I#{dir}/include,
-I#{dir}/libs/mruby/include,
-std=c++23
]
Remove: []
Compiler: clang++
CLANGD
File.write ".clangd", clangd
The note is not visible to the blocked user.