Michael Sorensen

Results 20 comments of Michael Sorensen

@cristinecula thanks for doing the legwork on this. Hopefully it gets merged soon. In the meantime, I thought I'd share an easy way to install this PR in your node...

> Our dependencies are loaded via package.json. Can I specify that information in the package dependencies? Making all our consumers of our library run that command manually for their local...

Since this is still open I just wanted to mention that this is a typescript conflict that can be temporarily resolved with some type assertion. Example: ```typescript const repository: Repository...

> Hmm, I think the wording is a bit strict. The credentials provider is useable without the jwt session strategy That's a good point. I changed the verbage to express...

> And according to the submitted information, it was found that when dragging inside the 'webview', it is necessary to hold down the 'shift' to drop it inside the 'webview'....

I see I didnt understand the issue. I didn't run into it myself because I was only dealing with dragging and dropping files. Maybe we should only bubble up the...

Okay, so I updated my new PR so that _only_ drag events coming from outside the editor with a file will be consumed by the new drag event listener. Now...

I thought this might happen. If the maintainers want to merge the recovery branch into main (so the previous fix sticks) I do not mind handling conflicts on my fix...

> I also noticed that the problem was re-introduced in version 1.92.0 using ThunderClient. It worked fine in vscode 1.91.0. Related issue in ThunderClient: [#1567](https://github.com/thunderclient/thunder-client-support/issues/1567) > > Please re-open this...

Awesome! If anyone encounters any other issues with Drag and Drop (with extensions) please open a new issue and tag me. I can probably fix it pretty quick as I...