ultram4rine
ultram4rine
In e917585 I try to follow up #1310 and make icon pixel perfect. Result is minimal, but I think it's a little better now, at least the brackets. On the...
Hi, is the problem still there? I ran `e2eJVM3/test` and all tests seem to pass.
@ldennington can you try to follow steps from [wsl with git-for-windows](https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/wsl.md#configuring-wsl-with-git-for-windows-recommended) or [wsl without git for windows](https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/wsl.md#configuring-wsl-without-git-for-windows)? Because I have this issue with this two options. Also, OP have >...
I have issues with `git push` only. Clone works fine, but I'm cloned only public repos.
Issue from CI: https://github.com/kubernetes/client-go/issues/1269 Seems like client-go should be updated.
Also maybe [`UpdateFile`](https://pkg.go.dev/sigs.k8s.io/kustomize/kyaml/yaml#UpdateFile) can be used.
@bcoe do you mean like `lcov.info`? Local ``` TN: SF:src/extension.ts FN:14,activate FNF:1 FNH:1 FNDA:1,activate DA:1,1 DA:2,1 DA:3,1 DA:4,1 DA:5,1 DA:6,1 DA:7,1 DA:8,1 DA:9,1 DA:10,1 DA:11,1 DA:12,1 DA:13,1 DA:14,1 DA:15,1 DA:16,1...
@bcoe sorry, my mistake, local coverage results in the same result as gh workflow, so the problem is not related to github. Nonetheless, there are still problem with `activationEvents`. I'll...
@bcoe yes, `"onStartupFinished"` includes untested files, but they covered at lines like imports or function declaration.
Hi @hdadhich01 , I had the same idea and tried to implement it with bundled [git](https://github.com/microsoft/vscode/tree/main/extensions/git) or [git-base](https://github.com/microsoft/vscode/tree/main/extensions/git-base) extensions, but didn't find how to retrieve `user.name`. Maybe I will try...