Skip to content

Refactorings and jar definition lookups do not work on Windows #223

@PEZ

Description

@PEZ

I am not sure this is not related to Calva, but it seems we do things right on the client end when I look at it.

Anyway, for this example, on Windows,, definitions for remove, apply, mapv etcetera do not work. Definitions for util/add7 and for v works.

(ns pez.lab.seven-segments
  (:require [clojure.string :as string]
            [pez.util :as util]))

(comment
  (util/add7 8))

(defn transpose [v]
  (->> v
       (remove nil?)
       (apply mapv vector)))
...

Also refactorings like trying to unwind the thread on v doesn't work. It gives a warning in the log:

WARN clojure-lsp.handlers: Could not find a form at this location. ...what looks like the right location to me...

This seem somewhat covered by #25

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions