Started to learn Odin...Can't figure out LSP for kate

Since Sublime worked, I asked ChatGPT again…It turns out all I had to do is use “Open Folder” so Kate read the folder as project path, then the information gets parsed correctly.
So, In short:

  1. Workspace, basically is the project folder
  2. Collection, still not sure what it is, but it’s not a necessity so I can figure it out later
  3. LSP setting for kate is just JSON text, anywhere is fine as long as the path is valid
  4. Open folder instead of individual code file then Kate knows it’s a project workspace
    That’s about it. As for quick build with shortcut like in Sublime…I’ll just skip for now. One step at a time.