diff --git a/.elixir-tools/next-ls.log b/.elixir-tools/next-ls.log index 8a8bfc5..126a003 100644 --- a/.elixir-tools/next-ls.log +++ b/.elixir-tools/next-ls.log @@ -41193,3 +41193,9 @@ This will trigger a full recompilation in order to re-index your codebase. 16:32:34.446 [debug] handled notification client -> server textDocument/didClose in 410µs 16:33:24.985 [debug] handled notification client -> server textDocument/didOpen in 1ms + +16:36:24.969 [debug] handled notification client -> server textDocument/didClose in 410µs + +17:17:32.719 [debug] handled notification client -> server textDocument/didOpen in 4ms + +17:20:32.701 [debug] handled notification client -> server textDocument/didClose in 205µs diff --git a/.github/workflows/check-format-and-test.yml b/.github/workflows/check-format-and-test.yml index e5957a1..a76e4dc 100644 --- a/.github/workflows/check-format-and-test.yml +++ b/.github/workflows/check-format-and-test.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Elixir - uses: erlef/setup-elixir@v2 + uses: erlef/setup-elixir@v1 with: elixir-version: '1.14' otp-version: '25'