Brett Saviano

Results 4 issues of Brett Saviano

The uncaught errors are coming from here, which I'm pretty sure is unrelated to this PR: https://github.com/intersystems-community/vscode-objectscript/blob/225df7689c499c792174464f3f2f04bf8da74a8a/src/utils/index.ts#L364-L369 _Originally posted by @isc-bsaviano in https://github.com/intersystems-community/vscode-objectscript/issues/1003#issuecomment-1292594921_

bug

There are a bunch of places in our code where we check the scheme of a URI and use `"file"` to mean client-side editing. We should consider supporting any scheme...

enhancement
priority/awaiting-more-evidence

This PR fixes #1379. The new `Open InterSystems Document...` command can be opened from the command palette and it provides a UI for browsing all files in the connected server-namespace....

This PR adopts a [new VS Code API](https://code.visualstudio.com/updates/v1_91#_finalized-debugsessionoptionstestrun-api) that should improve the UX around debugging unit tests.