Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ExtensionPack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# C/C++ Extension Pack for Visual Studio Code Change Log

## Version 1.1.0: November 12, 2021
### List of extensions:
* C/C++
* C/C++ Themes
* CMake
* CMake Tools
* Doxygen Documentation Generator
* Better C++ Syntax
* Remote Development Extension Pack

## Version 1.0.0: September 14, 2020
### List of extensions:
Expand Down
7 changes: 2 additions & 5 deletions ExtensionPack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ This extension pack includes a set of popular extensions for C++ development in
* [C/C++ Themes](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-themes)
* [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake)
* [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools)
* [Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
* [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github)
* [Visual Studio Codespaces](https://marketplace.visualstudio.com/items?itemName=ms-vsonline.vsonline)
* [LiveShare Extension Pack](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack)
* [Doxygen Documentation Generator](https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen)
* [Better C++ Syntax](https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-cpp-syntax)
* [Better C++ Syntax](https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-cpp-syntax)
* [Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
12 changes: 4 additions & 8 deletions ExtensionPack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@
"ms-vscode.cpptools-themes",
"twxs.cmake",
"ms-vscode.cmake-tools",
"cschlosser.doxdocgen",
"jeff-hykin.better-cpp-syntax",
"ms-vscode-remote.remote-wsl",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"github.vscode-pull-request-github",
"ms-vsonline.vsonline",
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"cschlosser.doxdocgen",
"jeff-hykin.better-cpp-syntax"
"ms-vscode-remote.remote-ssh"
]
}
}