Skip to content

Commit 62f052a

Browse files
authored
Add repository info to extension pack (#8598)
1 parent 1bd76eb commit 62f052a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ExtensionPack/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"categories": [
1717
"Extension Packs"
1818
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/microsoft/vscode-cpptools.git",
22+
"directory": "ExtensionPack"
23+
},
1924
"keywords": [
2025
"C",
2126
"C++",

0 commit comments

Comments
 (0)