From dbd76d1c5fcb2faebea96a22775ea52d74f12131 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 29 Mar 2024 23:24:45 +0100 Subject: [PATCH] Update .config/helix/languages.toml Update .zshrc --- dot_config/helix/languages.toml | 16 ++++++++++++++++ dot_zshrc.tmpl | 2 ++ 2 files changed, 18 insertions(+) diff --git a/dot_config/helix/languages.toml b/dot_config/helix/languages.toml index 567c034..c622d7a 100644 --- a/dot_config/helix/languages.toml +++ b/dot_config/helix/languages.toml @@ -46,3 +46,19 @@ indent = { tab-width = 2, unit = " " } formatter = { command = 'prettier', args = ["--parser", "typescript"] } auto-format = true +[language.debugger] +command = "codelldb" +name = "codelldb" +port-arg = "--port {}" +transport = "tcp" + +[[language.debugger.templates]] +name = "binary" +request = "launch" +[[language.debugger.templates.completion]] +completion = "filename" +name = "binary" + +[language.debugger.templates.args] +program = "{0}" +runInTerminal = true diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 1b936b8..9fef673 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -18,6 +18,8 @@ export PATH=/opt/homebrew/bin:$PATH export PATH="/Users/kah/.rustup/toolchains/nightly-aarch64-apple-darwin/bin:$PATH" {{ end }} +export DAGGER_CLOUD_TOKEN={{.dagger_cloud_token | quote}} + export SHUTTLE_INTERACTIVE=true export SHUTTLE_REMOTE_TRACING=remote export SHUTTLE_REMOTE_TRACING_URL=https://shuttle-telemetry.dev.lunar.tech/publish