You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: