New Issue: LSP: have 'chpl-shim' generate launch / debugging configurations for VSCode etc.

24678, "DanilaFe", "LSP: have 'chpl-shim' generate launch / debugging configurations for VSCode etc.", "2024-03-26T17:33:04Z"

VSCode can use a launch.json and and tasks.json to run programs from the editor. These files, however, depend on which Chapel files were compiled and run. With chpl-shim, we can detect compilation commands and thus auto-populate these JSON files.