Unverified Commit b1b785a0 authored by Lee Dogeon's avatar Lee Dogeon
Browse files

chore: correct Zed configuration for Deno LSP

parent 8f42bff1
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
{
  "lsp": {
    "deno": {
      "settings": {
        "deno": {
          "enable": true,
          "unstable": true
        }
      }
    }
  },
  "ensure_final_newline_on_save": true,
  "format_on_save": "on",