1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"name": "qt-cpp-pack",
"displayName": "Qt C++ Extension Pack",
"description": "Recommended extensions for Qt C++ development.",
"homepage": "https://www.qt.io/",
"icon": "res/icons/qt.png",
"publisher": "theqtcompany",
"repository": {
"type": "git",
"url": "https://github.com/qt-labs/vscodeext",
"directory": "extension_packs/cpp"
},
"bugs": {
"url": "https://bugreports.qt.io/projects/VSCODEEXT"
},
"version": "1.0.1",
"engines": {
"vscode": "^1.94.0"
},
"categories": [
"Extension Packs",
"Programming Languages",
"Formatters",
"Snippets"
],
"keywords": [
"Qt",
"C++",
"CMake",
"Qml",
"scan"
],
"qna": "marketplace",
"pricing": "Free",
"extensionPack": [
"theqtcompany.qt-cpp",
"theqtcompany.qt-qml",
"theqtcompany.qt-core",
"theqtcompany.qt-ui",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"twxs.cmake"
],
"scripts": {
"vscode:prepublish": "git rev-parse HEAD > commit",
"package": "vsce package"
}
}
|