-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Glow is not working after latest VSCode update #283
Comments
@PurtucRobert I'm using VSCode v1.74.2 and the workaround for this as far as I can tell is by turning off sandbox mode in your vscode settings as it apparently messes with the entire extension, if you don't know how to disable it go to Settings > Search "Sandbox" and then uncheck it and restart vscode afterwards if it's still persistent then i'm not too sure what else you can do |
I was able to get it working, for anyone with my scenario, maybe this can help. I develop on windows, using vscode, inside of wsl. I had to enable the glow with a vscode window pointed at my windows file system, then the next time I opened a window in WSL, it was working for me |
Still hitting this problem on VSCode 1.74.3 with the Giving appropriate permissions to workbench/ seems to fix it. sudo chown -R $(whoami) /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/ |
After updating the VSCode to the latest version(1.74.1) the glow is not working anymore
The text was updated successfully, but these errors were encountered: