Matt Buckley
Matt Buckley
As another multi-instance user, I'd say just having `gerrit.gitRepo` just be a list of paths to care about would be awesome. I don't personally deal with the multi-auth issue, but...
I mean, a simple repro is just having a folder with 1-2 multi-level nested subfolders that are Gerrit repos, I don't know if it's much more complex than that. eg:...
Nice :smile: really appreciate the support!!! I will check it out this week and see how it goes.
`Activating extension 'SanderRonde.vscode--gerrit' failed: Cannot read properties of undefined (reading 'host').` :( I would offer more context but cannot figure out what is generating the error, the stacktrace is a...
Is the code assuming that we have gitreview files? It seems to make that assumption, and I have none. Could that be the issue? The credentials code adds a bunch...
``` "gerrit.remotes": { "default": { "url": "https://android review url", "username": "someusername", "password": "somepass", }, }, ``` same entries as I had before the syntax switch
Yeah, I have never had a file and everything worked fine before the latest update. The credentials are managed in a different system. I believe this is a fairly common...
``` [SanderRonde.vscode--gerrit]Maximum call stack size exceeded $onExtensionRuntimeError @ mainThreadExtensionService.ts:78 ``` It seems to be stuck in an infinite loop in extension.ts. Something to do with DEV_OVERRIDE?