File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
This extension pack includes a set of popular extensions for C++ development in Visual Studio Code:
4
4
* [ C/C++] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools )
5
5
* [ C/C++ Themes] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-themes )
6
- * [ CMake] ( https://marketplace.visualstudio.com/items?itemName=twxs.cmake )
7
6
* [ CMake Tools] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools )
Original file line number Diff line number Diff line change 9
9
"name" : " Microsoft Corporation"
10
10
},
11
11
"license" : " SEE LICENSE IN LICENSE.txt" ,
12
- "version" : " 1.3.0 " ,
12
+ "version" : " 1.3.1 " ,
13
13
"engines" : {
14
14
"vscode" : " ^1.48.0"
15
15
},
16
16
"categories" : [
17
- " Extension Packs"
17
+ " Extension Packs" ,
18
+ " Programming Languages"
18
19
],
19
20
"activationEvents" : [
20
21
" onCommand:ms-vscode.cpptools-extension-pack.unavailableCommand"
You can’t perform that action at this time.
0 commit comments