![](https://www.tech.alirazazaidi.com/wp-content/uploads/2024/10/fSAjkfkmhb-522x420.png)
I started learning the Azure functions. During the installation process, I discovered that the Azure function requires various components for Visual Studio Code. However, a few extensions became stuck during this process. Consider the process of installing C# extensions within Visual Studio Code when it gets stuck.
![](https://www.tech.alirazazaidi.com/wp-content/uploads/2024/10/fSAjkfkmhb.png)
This issue arises due to the size of the extension. It’s possible that if I leave it in the installation state for extended hours, it will eventually complete.
To avoid this stuck situation, I go to Market Place (https://marketplace.visualstudio.com/ and search for the required extension; in my case, it is “C# for Visual Studio Code.”.
![](https://www.tech.alirazazaidi.com/wp-content/uploads/2024/10/wSlIHkcWlo-1024x449.png)
From the left side, there is a download link. From here, I download the extension.
Now open the Visual Studio code, and from the extensions area, click on the three dots.
![](https://www.tech.alirazazaidi.com/wp-content/uploads/2024/10/wSlIHkcWlo-1-1024x449.png)
Then select the last option from the pop-up window, “Install from VSIX.”
And select the downloaded files.
![](https://www.tech.alirazazaidi.com/wp-content/uploads/2024/10/i6cV_cahfi.png)
![](https://www.tech.alirazazaidi.com/wp-content/uploads/2024/10/lQV_heWwYG.png)
The extension installs successfully after selection and running.