1 year ago

Typescript not loading in Visual Studio Code

I spent much time today investigating why Visual Studio Code was not loading Typescript as usual. I initially thought it was due to the Typescript compiler, tsc, not being present in the environment. However, it turned out that Typescript is an internal extension of VSCode, and it was disabled for some reason. If you ever come across the same issue, all you have to do is to search the following extension in VSCode:

@builtin typescript

The @builtin is essential because the search filters out internal extensions by default. Once you enable it, it’ll start working again. What caused it? I don’t know, and I think it’ll remain a mystery forever.

About Pedro Piñera

I created XcodeProj and Tuist, and co-founded Tuist Cloud. My work is trusted by companies like Adidas, American Express, and Etsy. I enjoy building delightful tools for developers and open-source communities.