Sindre van der Linden

Results 7 comments of Sindre van der Linden

@nfortu I've written AnvilKotlin, which wraps around this library, but I'm also exploring the idea of what you mentioned, a real viewtree over at AnvilCore. So stay tuned for that,...

The solution is to pass `ignoreFocusOut: true` in `getUsername()` and `getPassword()` in class `UserPasswordAuth`: ```js getUsername(credentials) { return vscodeHelpers_1.showInputBox({ /* ... */, ignoreFocusOut: true }, true) .then(username => { credentials.username...

> Yeah, this is annoying, and means I have to copy the password from my password manager, go to VS Code, press the key combo, type the user name in,...

I finally figured this out. I modified the code from [matrix_gesture_detector](https://github.com/pskink/matrix_gesture_detector) to work with this PhotoViewCore. Note: This is not in a state which is acceptable for master, yet. But,...