Share via

Error opening VSCode on my pc

Sriparno Palit 10 Reputation points
2025-12-14T05:24:19.24+00:00

When i try to open VSCode it does not launch, i have tried to run it as an administrator but to no avail also when i try to do so using the terminal i get this error
[1214/104248.143:ERROR:base\i18n\icu_util.cc:224] Invalid file descriptor to ICU data received.

[Moderator edit: Changed tags from: Sysinternals ]

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Md Mushtrul Hussain 0 Reputation points
    2026-01-18T13:29:23.76+00:00

    Quick fix (most common):**

    1. Press Win + R → paste:
      
         %APPDATA%\Code
      
      
    2. Delete Cache, CachedData, and GPUCache
    3. Relaunch VS Code

    If it still fails:

    • Uninstall VS Code
    • Delete:
      
        %APPDATA%\Code
      
        %LOCALAPPDATA%\Programs\Microsoft VS Code
      
        %USERPROFILE%\.vscode
      
      
    • Reinstall the latest stable version

    This resolves the issue in most cases.

    Was this answer helpful?

    0 comments No comments

  2. B-man 0 Reputation points
    2026-01-15T17:26:41.6966667+00:00

    I am having this problem daily, it seems to occur after letting my PC sleep or shutting it down. Very frustrating. Clean reinstall does the trick.

    Was this answer helpful?

    0 comments No comments

  3. Partridge, Lucas (GE Aviation) 5 Reputation points
    2025-12-16T09:25:49.36+00:00

    I noticed a similar problem on my Windows 10 laptop yesterday. Trying to run it from a command prompt resulted in this error:

    C:\Users\XXX\AppData\Local\Programs\Microsoft VS Code>Code.exe

    C:\Users\XXX\AppData\Local\Programs\Microsoft VS Code>

    [1216/091328.477:ERROR:base\i18n\icu_util.cc:224] Invalid file descriptor to ICU data received.

    Downloading and installing the latest vscode (1.107) resolved it. I didn't bother uninstalling the old version first.

    However I have no idea what caused the original failure - corporate antivirus tool; bug in vscode? Hopefully this won't keep recurring, because reinstalling it every time will be a pain!

    Was this answer helpful?

    0 comments No comments

  4. AI answer

    2025-12-14T05:25:32.8+00:00

    The error message you are encountering when trying to open Visual Studio Code (VSCode) indicates there may be an issue with the installation or configuration of the application. Here are some steps you can take to troubleshoot the problem:

    1. Reinstall VSCode: Uninstall VSCode completely from your system and then download the latest version from the official website. This can help resolve any issues caused by a corrupted installation.
    2. Check for Conflicting Applications: Sometimes, other applications may interfere with VSCode. Ensure that no other programs are running that might conflict with it.
    3. Run in Safe Mode: Try launching your PC in Safe Mode and then open VSCode. This can help determine if background services or applications are causing the issue.
    4. Check Permissions: Ensure that you have the necessary permissions to access the files and folders that VSCode requires. Running as an administrator should typically suffice, but you may want to check file permissions manually.
    5. Check for Antivirus Interference: Your antivirus software might be blocking VSCode from launching. Temporarily disable your antivirus and see if that resolves the issue.

    If these steps do not resolve the issue, consider checking the VSCode logs for more detailed error messages that might provide further insight into the problem.

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.