Philip Waritschlager
Philip Waritschlager
https://code.visualstudio.com/updates/v1_59#_progress-for-electron-sandbox-support says > As we continue to make the VS Code workbench ready for enabling Electron's sandbox, ... Does this mean this is a work in progress? Would this also...
indeed and I think there's been 2-3 other issues for that. Will have a look at it tomorrow, but I don't have a windows system so unsure if fixable just...
Hi! This error seems to come up in one of the two usages of `realpath()` in `git.js`. But I don't understand how the argument passed gets so weird, as it's...
Fixed by @GaryOma
Hi, why not use VSCode's "commit amend" feature? Is it because you want to modify older commits? I'm unsure on how to do that. GitLG internally just uses shell-commands that...
fyi the relevant code is setting `let whitelist_js = false` in `background.js`
very useful flag for gigantic repositories!
This bug is also prevalent with `` elements which can break entire websites: Try opening a [Startpage search](https://www.startpage.com/sp/search?query=javascript+switcher+meetdeveloper) with JS disabled by this addon: The results are invisible (!) because...
noticed this problem myself now too - it's because of the `/`. this used to work, I probably messed up remote and branch name logic a few months ago