Visual studio code mac
hi i having trouble opening vsc in mac i just get a white screen i tried to remove the cheche but hasn't work i have redownloading it but that hasn't work either any advice would be great
Windows, Windows 10
hi i having trouble opening vsc in mac i just get a white screen i tried to remove the cheche but hasn't work i have redownloading it but that hasn't work either any advice would be great
Windows, Windows 10
got it fixed used code --disable-gpu, comment from vsc:
The Electron shell used by Visual Studio Code has trouble with some GPU (graphics processing unit) hardware acceleration. If VS Code is displaying a blank (empty) main window, you can try disabling GPU acceleration when launching VS Code by adding the Electron --disable-gpu command-line switch.
code --disable-gpu
If this happened after an update, deleting the GPUCache directory can resolve the issue.
rm -r ~/.config/Code/GPUCache
got it fixed used code --disable-gpu, comment from vsc:
The Electron shell used by Visual Studio Code has trouble with some GPU (graphics processing unit) hardware acceleration. If VS Code is displaying a blank (empty) main window, you can try disabling GPU acceleration when launching VS Code by adding the Electron --disable-gpu command-line switch.
code --disable-gpu
If this happened after an update, deleting the GPUCache directory can resolve the issue.
rm -r ~/.config/Code/GPUCache
Are you on Sonoma? Maybe they have not updated for that yet.
You should probably ask the code folks.
yes, i call the vsc people
Visual studio code mac