AxeOfMen

VS Code setup

Jul 22nd, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. VS Code has trouble running in VirtualBox. Follow these instructions (from https://github.com/microsoft/vscode/issues/84745#issuecomment-595278602):
  2. Open the Command Palette (Ctrl+Shift+P).
  3. Run the Preferences: Configure Runtime Arguments command. This command will open a argv.json file to configure runtime arguments.
  4. You might see some default arguments there already.
  5. Add
  6. "disable-hardware-acceleration": true
  7. Restart VS Code.
Advertisement
Add Comment
Please, Sign In to add comment