diff options
author | Elizabeth <me@liz.coffee> | 2025-06-02 18:07:31 -0700 |
---|---|---|
committer | Elizabeth <me@liz.coffee> | 2025-06-02 18:07:31 -0700 |
commit | d9c418425b035f00c950e6a83df9470d7af80413 (patch) | |
tree | 07c7445d7800a6ac6a3cf6b404ebcf4e27aad245 /.zed | |
parent | 98f5c21aa65bbbca01a186a754249335b4afef57 (diff) | |
download | ci-d9c418425b035f00c950e6a83df9470d7af80413.tar.gz ci-d9c418425b035f00c950e6a83df9470d7af80413.zip |
Use log traceable in metric traceable
Diffstat (limited to '.zed')
-rw-r--r-- | .zed/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zed/settings.json b/.zed/settings.json index cf1756f..78b2d5d 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -1,4 +1,5 @@ { + "formatter": "prettier", "lsp": { "deno": { "settings": { |