Issue
I am facing all notification outages on visual studio code for pop up messages.
The set up is new, on virtualbox 7 with ubuntu 22.04.2 with classic vsc installed. I have tried restarting, re-installing to no success. has this happened to anyone? Can anyone please suggest a possible fix?
in my case, adding the line does not work, but unticking the 3D acceleration does.
Update 2024, window 11
Interestingly, after updating to windows 11 and remaking ubuntu 22.04.3 this fix did not work.
Instead, reducing the video memory to the default, 16 MB and ticking the enable 3D acceleration solved the issue.
Solution
This seems to be another case of graphics accelleration problems. You can disable graphics acceleration following the instructions here: https://code.visualstudio.com/updates/v1_40#_disable-gpu-acceleration
- Open the Command Palette (
Ctrl+Shift+P
).- Run the Preferences: Configure Runtime Arguments command.
- This command will open a argv.json file to configure runtime arguments. You might see some default arguments there already.
- Add
"disable-hardware-acceleration": true
.- Restart VS Code.
if running on windows virtual box, refer to the question post's screenshot.
Or as stated in the question post, try turning off 3D acceleration in the virtual machine settings.
Answered By - starball
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.