We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdacf4 commit c97178dCopy full SHA for c97178d
1 file changed
pixi.toml
@@ -179,7 +179,7 @@ outputs = ["**/*.*pp"]
179
description = "Run clang-format on the codebase."
180
181
[feature.dev.tasks.init-lsp]
182
-cmd = "ln -sf build/dev/debug-native/compile_commands.json"
+cmd = "ln -sf build/dev/dev-native/compile_commands.json"
183
depends-on = [
184
{ task = "configure", args = [
185
"dev-native",
0 commit comments