Dino Korah

Results 25 comments of Dino Korah

Same issue here; I am on Linux with extension version `0.3.1`. Any chance this can be looked into, please.

A workaround that seems to work is adding the below code to `initializeCommand` in `devcontainer.json` (on Linux / bash shell) cd "${localWorkspaceFolder}" && git config --local user.name "$(git config user.name)"...

If we are serious about git-flow, all we need is the ability to identify the current state WRT git-flow. That can be done by looking at the branch name, usually...

#426 seem to be very similar; could it be related? I am new to VSCode; can someone help me with extension debugger mentioned in [the comment](https://github.com/bartosz-antosik/vscode-spellright/issues/426#issuecomment-848373459). How do I do...

I have the same issue on Ubuntu + KDE Dark Theme. But I do not have the issue with scroll bars. If the minimised stack was to be fixed, it...

Thanks, I will take a look at those and post back. My browser is Google Chrome 92

When the tab switching takes place, due to duplication, I wonder it would be better to un-suspend the tab the user is switched to. I know there is "Automatically unsuspend...

``` #cloud-config --- write_files: - path: "/etc/sysctl.d/10-disable-ipv6conf" owner: root content: | net.ipv6.conf.all.disable_ipv6=1 coreos: units: - name: systemd-sysctl.service command: restart ``` The above cloud-config does not seem to make any difference....

@wez Is there a workaround for this using the CLI?