File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
# C/C++ Extension Pack for Visual Studio Code Change Log
2
2
3
+ ## Version 1.1.0: November 12, 2021
4
+ ### List of extensions:
5
+ * C/C++
6
+ * C/C++ Themes
7
+ * CMake
8
+ * CMake Tools
9
+ * Doxygen Documentation Generator
10
+ * Better C++ Syntax
11
+ * Remote Development Extension Pack
3
12
4
13
## Version 1.0.0: September 14, 2020
5
14
### List of extensions:
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ This extension pack includes a set of popular extensions for C++ development in
5
5
* [ C/C++ Themes] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-themes )
6
6
* [ CMake] ( https://marketplace.visualstudio.com/items?itemName=twxs.cmake )
7
7
* [ CMake Tools] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools )
8
- * [ Remote Development Extension Pack] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack )
9
- * [ GitHub Pull Requests and Issues] ( https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github )
10
- * [ Visual Studio Codespaces] ( https://marketplace.visualstudio.com/items?itemName=ms-vsonline.vsonline )
11
- * [ LiveShare Extension Pack] ( https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack )
12
8
* [ Doxygen Documentation Generator] ( https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen )
13
- * [ Better C++ Syntax] ( https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-cpp-syntax )
9
+ * [ Better C++ Syntax] ( https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-cpp-syntax )
10
+ * [ Remote Development Extension Pack] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack )
Original file line number Diff line number Diff line change 36
36
" ms-vscode.cpptools-themes" ,
37
37
" twxs.cmake" ,
38
38
" ms-vscode.cmake-tools" ,
39
+ " cschlosser.doxdocgen" ,
40
+ " jeff-hykin.better-cpp-syntax" ,
39
41
" ms-vscode-remote.remote-wsl" ,
40
42
" ms-vscode-remote.remote-containers" ,
41
- " ms-vscode-remote.remote-ssh" ,
42
- " github.vscode-pull-request-github" ,
43
- " ms-vsonline.vsonline" ,
44
- " ms-vsliveshare.vsliveshare" ,
45
- " ms-vsliveshare.vsliveshare-audio" ,
46
- " cschlosser.doxdocgen" ,
47
- " jeff-hykin.better-cpp-syntax"
43
+ " ms-vscode-remote.remote-ssh"
48
44
]
49
- }
45
+ }
You can’t perform that action at this time.
0 commit comments