-
Notifications
You must be signed in to change notification settings - Fork 724
Installing without Internet connectivity
Tim Heuer edited this page Aug 16, 2024
·
3 revisions
Some environments may not have access to the Internet and thus the marketplace to download extensions or dependencies dynamically. To install the C# language extension and dependencies without Internet access, the following is required:
NOTE: It is important that if extensions offer platform-specific versions, that you ensure you are downloading/installing the matching platform pieces. Failure to do so could put your VS Code environment in a non-functional state.
- Download and install the required .NET 8 runtime from https://dot.net/downloads
- Download the following VS Code extensions for your specific platform:
- .NET Install Tool
- C# language extension
- Optional extensions such as the C# Dev Kit, MAUI, or IntelliCode for C#
- Follow the documentation to Install from VSIX in VS Code with the downloaded extension files
Documentation
- Change Log
- Main repo documentation.
- Branches and Releases
- Installing Pre-Releases
- Installing without internet connectivity
Configuration
- Configuring Snap installs of dotnet-sdk
- Configuring Arch Linux for Unity development
- Configuring Arch Linux for Razor development
- Installing the .NET Core Debugger on Arch Linux
Developer Guide