Share via

black screen

Khoun Chhivra 0 Reputation points
2026-02-23T02:14:21.22+00:00

Screenshot 2026-02-22 091719

I have problem with black screen can't run visual code studio

Developer technologies | Visual Studio | Extensions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Susmitha T (INFOSYS LIMITED) 2,610 Reputation points Microsoft External Staff
    2026-02-23T06:16:21.9+00:00

    Thank you for reaching out!

    Please review the steps below:

    1. Check for Updates: Ensure that both your Visual Studio Code and your operating system are up to date. Sometimes, compatibility issues can cause display problems.
    2. Disable GPU Acceleration: You can try launching VS Code with GPU rendering disabled to see if that resolves the issue. You might do this by modifying the shortcut you use to launch VS Code: code --disable-gpu

    3. Check Extensions: Sometimes, certain extensions can conflict and cause issues. Try starting VS Code in Safe Mode:

    Open a terminal or command prompt and run: code --disable-extensions

    4.Reset User Settings: If the above steps don't work, consider resetting your user settings. You can rename the settings.json file located in the .vscode directory in your user profile.

    5.Reinstall Visual Studio Code: If none of the above solutions help, a complete reinstallation might do the trick.

    Let me know if you need any further help with this. I will be happy to assist.
    If you find this helpful, Kindly mark the provided solution as "Accept Answer", so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.