You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,21 +45,6 @@ If someone has already filed an issue that encompasses your feedback, please lea
45
45
<br>
46
46
Let us know what you think of the extension by taking the quick survey.
47
47
48
-
## Offline installation
49
-
50
-
The extension has platform-specific binary dependencies, therefore installation via the Marketplace requires an Internet connection in order to download additional dependencies. If you are working on a computer that does not have access to the Internet or is behind a strict firewall, you may need to use our platform-specific packages and install them by running VS Code's `"Install from VSIX..."` command. These "offline' packages are available at: https://github.com/Microsoft/vscode-cpptools/releases.
51
-
52
-
Package | Platform
53
-
:--- | :---
54
-
`cpptools-linux.vsix` | Linux 64-bit
55
-
`cpptools-linux-armhf.vsix` | Linux ARM 32-bit
56
-
`cpptools-linux-aarch64.vsix` | Linux ARM 64-bit
57
-
`cpptools-osx.vsix` | macOS 64-bit
58
-
`cpptools-osx-arm64.vsix` | macOS ARM64
59
-
`cpptools-win32.vsix` | Windows 64-bit & 32-bit
60
-
`cpptools-win-arm64.vsix` | Windows ARM64
61
-
`cpptools-linux32.vsix` | Linux 32-bit ([available up to version 0.27.0](https://github.com/microsoft/vscode-cpptools/issues/5346))
62
-
63
48
## Contribution
64
49
65
50
Contributions are always welcome. Please see our [contributing guide](CONTRIBUTING.md) for more details.
@@ -70,4 +55,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
70
55
71
56
## Data and telemetry
72
57
73
-
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.
58
+
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.
0 commit comments