Okay, I have found why this happens. I was looking for a solutions of putting together one Code Workspace file for both Windows and Linux. Someone responded to me with a solution, just combine the Folders section. I did that and it worked great. However, I would get the error mentioned above. "folders": [ { "name": "GUIWORKS - Win", "path": "r:\\guiworks" }, { "name": "Develop Tools - Win", "path": "C:\\develop\\devtools" }, // { // "name": "GUIWORKS - Unx", // "path": "/home/rdiiulio/shr/prj/guiworks"...
I am sorry, I forgot. This happens in both Windows and Linux.
I am trying to get restarted with GnuCOBOL. I have gotten VS Codium working with one code workspace and settings file. When I try to use Superbol Studio OSS extension with my source code I am getting errors. I am not sure it is on my side or not. Errors: Request: textDocument/hover failed Request: textDocument/semanticTokens/range failed Request: textDocument/foldingRange failed
After re-reading the README.md file again and again, I was able to get copybooks working by hardcoding directories. I would like to suggest a feature that symbols like COBCPY be used to point to all the copybook locations. I would like to suggest another feature to set tab stops at specific locations. Boris thank you for your help and patience. I would like to thank all those you took part in this discussion.
Forgot to add, I have been using VS Codium since it arrived on the scene.
Okay, believe it or not, the mention of "cobol-mode" got me thinking and I noticed that the Language Selection was set to "Plain Text". I then went to the settings.json and modified the "File Associations" to "cobol". Syntax Highlighting is working. Is there a setting for tab stops? How do I set the location for the copybooks locations. I currently use GnuCOBOL symbol COBCPY. I have tried plain, % and $ to no avail. Is there a document for SuperBOL with examples?
I give up, SuperBOL does not work for me. I appreciate people trying to help me, but no luck. I may need to find something other than Codium to work. I need tab stops, syntax highlighting. mono chrome makes my eyes get tired quickly. Again, is there any extensions that work with GnuCOBOL.
First I would like to thank Simon and Laszlo for responding to my issue. Seeing I spent couple of errors retracing my steps. I found that CobjapiFunctions.cpy was overwritten by CobjapiConstants.cpy somehow. Once that was fixed, I was able to build Cobjapi successfully. As always thank you...