Skip to content

Commit e020801

Browse files
authored
readme feedback #3300 (#3307)
1 parent 270a4f7 commit e020801

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Extension/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@ This preview release of the extension adds language support for C/C++ to Visual
2323

2424
You can find more detailed information about C/C++ support for Visual Studio Code at our [GitHub page](https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation) and our [VS Code documentation page](https://code.visualstudio.com/docs/languages/cpp).
2525

26+
## Installation
27+
The extension has OS-specific binary dependencies, so installation via the Marketplace requires an Internet connection so that these additional dependencies can be downloaded. 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 OS-specific packages and install them by invoking VS Code's `"Install from VSIX..."` command. These "offline' packages are available at: https://github.com/Microsoft/vscode-cpptools/releases.
28+
* `cpptools-linux.vsix` - for 64-bit Linux
29+
* `cpptools-linux32.vsix` - for 32-bit Linux
30+
* `cpptools-osx.vsix` - for macOS
31+
* `cpptools-win32.vsix` - for 64-bit & 32-bit Windows
32+
2633
## Contact Us
27-
If you run into any issues or have suggestions for us, please file [issues and suggestions on GitHub](https://github.com/Microsoft/vscode-cpptools/issues). If you haven’t already provided us feedback, please take this [quick survey](https://www.research.net/r/VBVV6C6) to help shape this extension for your needs.
34+
If you run into any issues or have suggestions for us, please file [issues and suggestions on GitHub](https://github.com/Microsoft/vscode-cpptools/issues). If you haven’t already provided us feedback, please take this [quick survey](https://www.research.net/r/VBVV6C6) and let us know what you think!

0 commit comments

Comments
 (0)