Skip to content

Instantly share code, notes, and snippets.

@affan-salman
Created May 22, 2021 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save affan-salman/d9f71fb03d578d1ecd476810d3ffbaf1 to your computer and use it in GitHub Desktop.
Save affan-salman/d9f71fb03d578d1ecd476810d3ffbaf1 to your computer and use it in GitHub Desktop.
Clojure LSP Server Log -- With Imenu Creation through which-function-mode
2021-05-22T22:14:10.714Z eXt-mbp.local INFO [clojure-lsp.main:391] - Starting server...
2021-05-22T22:14:11.042Z eXt-mbp.local DEBUG [clojure-lsp.nrepl:24] - nrepl not found, skipping nrepl server start...
2021-05-22T22:14:11.087Z eXt-mbp.local INFO [clojure-lsp.main:293] - Initializing...
2021-05-22T22:14:13.962Z eXt-mbp.local INFO [clojure-lsp.crawler:217] - Analyzing source paths for project root /Users/affan/scratch/clj/rdd-demo
2021-05-22T22:14:14.122Z eXt-mbp.local INFO [clojure-lsp.crawler:175] - Paths analyzed, took 0.15589488 secs. Caching for next startups...
2021-05-22T22:14:14.128Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :initialize 3041ms
2021-05-22T22:14:14.159Z eXt-mbp.local INFO [clojure-lsp.main:339] - Initialized!
2021-05-22T22:14:14.161Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :initialized 2ms
2021-05-22T22:14:14.226Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :didOpen 63ms
2021-05-22T22:14:14.239Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :documentHighlight 6ms
2021-05-22T22:14:14.264Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 34ms
2021-05-22T22:14:15.187Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :documentHighlight 6ms
2021-05-22T22:14:15.203Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :documentSymbol 15ms
2021-05-22T22:14:15.207Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 26ms
2021-05-22T22:14:15.221Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :hover 37ms
2021-05-22T22:14:16.398Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :definition 13ms
2021-05-22T22:14:45.049Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :didOpen 28031ms
2021-05-22T22:14:45.063Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :documentSymbol 12ms
2021-05-22T22:14:47.458Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 2405ms
2021-05-22T22:14:47.458Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 2405ms
2021-05-22T22:14:47.458Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 2405ms
2021-05-22T22:14:47.520Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 2337ms
2021-05-22T22:14:53.627Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1152ms
2021-05-22T22:14:55.032Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1096ms
2021-05-22T22:15:44.905Z eXt-mbp.local INFO [clojure-lsp.producer:15] - {:type :info, :message "{:project-root \"file:///Users/affan/scratch/clj/rdd-demo\",\n :project-settings {},\n :client-settings\n {:dependency-scheme \"jar\",\n :source-paths #{\"src\" \"test\"},\n :macro-defs {},\n :project-specs nil,\n :cljfmt {:indents {}},\n :document-formatting? true,\n :document-range-formatting? true},\n :port \"NREPL only available on :debug profile (`make debug-bin`)\",\n :server-version \"2021.05.14-15.26.02\",\n :clj-kondo-version \"2021.04.24-SNAPSHOT\",\n :log-path\n \"/var/folders/yr/xll1dkjn7f9bc_yrtx2c48f00000gn/T/clojure-lsp.17428580395231030932.out\"}\n"}
2021-05-22T22:15:44.913Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :executeCommand 56ms
2021-05-22T22:15:46.475Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1081ms
2021-05-22T22:15:52.329Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1186ms
2021-05-22T22:15:53.181Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1086ms
2021-05-22T22:15:57.419Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1102ms
2021-05-22T22:16:09.485Z eXt-mbp.local DEBUG [clojure-lsp.main:?] - :codeAction 1188ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment