Reinaldo N. Togores
Reinaldo N. Togores
Yes, I have noticed that too.
More on this. If I have a breakpoint in my code "Run without debugging" will stop anyway at the breakpoint, just as if I was using plain F5. I suppose...
About the inability to package multiple LSP's into a single output; You can use the undocumented function vlisp‑compile‑list. (vlisp-compile-list 'mode (list "file1" "file2" ...) "fas-file-name")
This can be done clicking on the gutter icons. Anyway you can add your own shortcuts if you wish so.
And you have several keyboard shortcuts already defined... 
Open or create a project in the PROJECT view. Then change to the SCM view. It will ask you to open a folder and display a file search dialog. You...
This will end up as Workspaces with a different name... ;-)
Use a Workspace instead. The Workspace is saved not in a PRJ file, but in a .code-workspace file. The Workspace name is the file's name, for example TEST.code-workspace. To change...
The AutoLISP Project Manager is not available if LISPSYS > 0. Nearest thing in VS CODE are Workspaces.
Hadn't updated... But I find it rather useless. What it does is already being done by VS Code's Workspace feature. And you can also include in your Workspace non LSP...