Margo Sokolova
Margo Sokolova
Hi! We have the very same issue. `"electron": "~27.0.0",` [Pacjonek](https://github.com/Pacjonek) thank you, the workaround rocks!
I faced the very same issue recently. So, the problem was the line `#!/usr/bin/env node` [here](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb/whitespace-async.js) My fix: 1. Create/update the symlink at /usr/bin `ln -s /usr/bin/node` 2. Check permission(I...
@kapilsriram hi! Maybe my workaround could help you
Do we want to sync only progress or the solutions as well? https://github.com/shanalikhan/code-settings-sync - the extension(it is deprecated) used github oauth to store its information in secret gists so it...
> Thanks a lot. Could you try to synchronous solutions as well? I'm not sure if we should use VS Code's built-in sync to store code solutions, as the documentation...
I have started off the github-gist with solutions sync version, it is based on the current branch, but it might take some time so up to you to close the...
> Hi. Did you solve this? I had the same issue. Add `` and `` around your code and add `borderBottom: "10px solid transparent"` to the ``. Add the option...