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:
- Workspace, basically is the project folder
- Collection, still not sure what it is, but it’s not a necessity so I can figure it out later
- LSP setting for kate is just JSON text, anywhere is fine as long as the path is valid
- 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.