Skip to content

Commit 825ecc3

Browse files
author
Elaheh Rashedi
authored
remove preview from extension (#6100)
* remove preview * change second readme * modify readme * arm 32 bit
1 parent 81d0baa commit 825ecc3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Badge](https://aka.ms/vsls-badge)](https://aka.ms/vsls)
66

7-
This preview release of the C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.
7+
The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.
88

99
## Overview and tutorials
1010
* [C/C++ extension overview](https://code.visualstudio.com/docs/languages/cpp)
@@ -52,7 +52,7 @@ The extension has platform-specific binary dependencies, therefore installation
5252
Package | Platform
5353
:--- | :---
5454
`cpptools-linux.vsix` | Linux 64-bit
55-
`cpptools-linux-armhf.vsix` | Linux ARM
55+
`cpptools-linux-armhf.vsix` | Linux ARM 32-bit
5656
`cpptools-linux-aarch64.vsix` | Linux ARM 64-bit
5757
`cpptools-osx.vsix` | macOS
5858
`cpptools-win32.vsix` | Windows 64-bit & 32-bit

Extension/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "0.30.0-master",
5+
"version": "1.0.0-master",
66
"publisher": "ms-vscode",
7-
"preview": true,
87
"icon": "LanguageCCPP_color_128x.png",
98
"readme": "README.md",
109
"author": {

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Badge](https://aka.ms/vsls-badge)](https://aka.ms/vsls)
66

7-
This preview release of the C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.
7+
The C/C++ extension adds language support for C/C++ to Visual Studio Code, including features such as IntelliSense and debugging.
88

99
## Overview and tutorials
1010
* [C/C++ extension overview](https://code.visualstudio.com/docs/languages/cpp)
@@ -52,9 +52,11 @@ The extension has platform-specific binary dependencies, therefore installation
5252
Package | Platform
5353
:--- | :---
5454
`cpptools-linux.vsix` | Linux 64-bit
55-
`cpptools-linux32.vsix` | Linux 32-bit ([available up to version 0.27.0](https://github.com/microsoft/vscode-cpptools/issues/5346))
55+
`cpptools-linux-armhf.vsix` | Linux ARM 32-bit
56+
`cpptools-linux-aarch64.vsix` | Linux ARM 64-bit
5657
`cpptools-osx.vsix` | macOS
5758
`cpptools-win32.vsix` | Windows 64-bit & 32-bit
59+
`cpptools-linux32.vsix` | Linux 32-bit ([available up to version 0.27.0](https://github.com/microsoft/vscode-cpptools/issues/5346))
5860

5961
## Contribution
6062

0 commit comments

Comments
 (0)