From 36be449ac6fcf400742495003b5853346fdef384 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 7 Mar 2025 16:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-07 16:45:03 --- .config/helix/languages.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index aed4efaa..6d5cc713 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -22,7 +22,8 @@ workspace.library = [ command = "tinymist" [language-server.tinymist.config] exportPdf = "onType" -outputPath = "$dir/target/$name" +# outputPath = "$root/target/$name" +# outputPath = "$root/$dir/target/$name" # exportPdf = "onSave" # outputPath = "$root/target/$dir/$name" # outputPath = "$dir/$name"