Kevin Eady
Kevin Eady
Fixes: #93 References: - https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_diagnostic - https://github.com/microsoft/vscode/issues/205790#issuecomment-1962943279
**Describe the bug** When opening a file with diagnostics, the problems are displayed on the "Problems" tab in the editor. However, closing the file does _not_ remove the entries from...
Adds new compile-time define (`NAPI_CPP_EXCEPTIONS_ALL`) to enable catching all exceptions. Must be under a flag to be semver minor. TODO: - [ ] docs - [ ] tests Fixes: #1555