Results 57 issues of Asher

The `objects/pack` dir is read many times during the checkout phase and I wanted to ask if a PR to cache that directory or read it once per fetch would...

enhancement

When you debug an extension it opens a new window with that extension active. However, the extension appears to be completely missing in the new window, even though the debugger...

bug
triage

We should log the start and stop of all requests. Probably a request ID, endpoint, method, and payload for the start log, and then a request ID, status code, response...

enhancement

Closes #20399 To summarize the commit messages: - Do not log stats to the database. - Return errors on the insight endpoints. - Update the frontend to show those errors....

Closes #19984 As part of this, I refactored the error template to take in a slice of actions rather than using individual booleans and strings to control the behavior. We...

I am not sure if this is specific to one extension or a more systemic thing, but there is at least one (`malloydata.malloy-vscode`, which can also come up if you...

Some folks would like checksums alongside the `.vsix` files they can download to verify extensions. As far as I understand, the ask is only to upload checksums while adding extensions,...