Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VS Code has trouble running in VirtualBox. Follow these instructions (from https://github.com/microsoft/vscode/issues/84745#issuecomment-595278602):
- 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.
Advertisement
Add Comment
Please, Sign In to add comment