Open
Description
As we add more support to the vscode lldb-dap extension, it would be good to create some standard tests and CI checks for the vscode extension code.
Today, we're not checking things like if the package.json is valid or that npm run package
is working as expected. They were broken recently by a bad merge and it was not caught by any CI jobs.