Skip to content

Commit ffb1b83

Browse files
authored
Update extension pack (#8954)
* Remove the remote extensions from the pack as remote is considered "advanced" * Mark the pack to not be compatible with "web" so that it is not offered as a recommendation.
1 parent d56135e commit ffb1b83

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ExtensionPack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
"name": "Microsoft Corporation"
1010
},
1111
"license": "SEE LICENSE IN LICENSE.txt",
12-
"version": "1.1.0",
12+
"version": "1.2.0",
1313
"engines": {
1414
"vscode": "^1.48.0"
1515
},
1616
"categories": [
1717
"Extension Packs"
1818
],
19+
"extensionKind": [
20+
"workspace"
21+
],
1922
"repository": {
2023
"type": "git",
2124
"url": "https://github.com/microsoft/vscode-cpptools.git",
@@ -42,9 +45,6 @@
4245
"twxs.cmake",
4346
"ms-vscode.cmake-tools",
4447
"cschlosser.doxdocgen",
45-
"jeff-hykin.better-cpp-syntax",
46-
"ms-vscode-remote.remote-wsl",
47-
"ms-vscode-remote.remote-containers",
48-
"ms-vscode-remote.remote-ssh"
48+
"jeff-hykin.better-cpp-syntax"
4949
]
5050
}

0 commit comments

Comments
 (0)