Skip to content
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

Open
PurtucRobert opened this issue Dec 16, 2022 · 3 comments
Open

Glow is not working after latest VSCode update #283

PurtucRobert opened this issue Dec 16, 2022 · 3 comments

Comments

@PurtucRobert
Copy link

After updating the VSCode to the latest version(1.74.1) the glow is not working anymore

@PixeledLuaWriter
Copy link

PixeledLuaWriter commented Dec 26, 2022

@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
hope this helps

@phildaniels
Copy link

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

@jdan
Copy link

jdan commented Jan 20, 2023

Still hitting this problem on VSCode 1.74.3 with the 12/9/2022 release of this extension.

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants