Skip to content

Commit 20b4df0

Browse files
authored
docs(profile): add VS-LaunchyBar and sync projects.json (#62)
- Add VS-LaunchyBar to profile README and projects.json - Add VSC-VsixManifestDesigner to projects.json - Add vsix.guide to projects.json Documentation Sites
1 parent 3e1b74f commit 20b4df0

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

data/projects.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@
127127
"description": "Model Context Protocol server for AI assistant integration",
128128
"emoji": "🤖",
129129
"topics": ["VisualStudio", "Extension", "MCP", "AI", "Claude"]
130+
},
131+
{
132+
"repo": "VS-LaunchyBar",
133+
"name": "VS-LaunchyBar",
134+
"description": "Activity Bar for Visual Studio - quick access toolbar with icons",
135+
"emoji": "🎯",
136+
"topics": ["VisualStudio", "Extension", "Productivity", "ActivityBar"]
130137
}
131138
]
132139
},
@@ -140,6 +147,13 @@
140147
"description": "Model Context Protocol server for AI assistant integration",
141148
"emoji": "🤖",
142149
"topics": ["VSCode", "Extension", "MCP", "AI", "Claude"]
150+
},
151+
{
152+
"repo": "VSC-VsixManifestDesigner",
153+
"name": "VSC-VsixManifestDesigner",
154+
"description": "Visual editor for VS Code extension manifests",
155+
"emoji": "📋",
156+
"topics": ["VSCode", "Extension", "PackageJson", "Designer"]
143157
}
144158
]
145159
},
@@ -167,6 +181,13 @@
167181
"name": "Documentation Sites",
168182
"emoji": "📖",
169183
"projects": [
184+
{
185+
"repo": "vsix.guide",
186+
"name": "vsix.guide",
187+
"description": "Comprehensive VS extension development documentation",
188+
"emoji": "📖",
189+
"topics": ["Documentation", "VSIX", "VisualStudio"]
190+
},
170191
{
171192
"repo": "dtvem.io",
172193
"name": "dtvem.io",

profile/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ This organization is home to the open source projects of [Calvin Allen](https://
117117
<td><img src="https://img.shields.io/github/stars/CodingWithCalvin/VS-MCPServer?style=for-the-badge&logo=github" alt="Stars"></td>
118118
</tr>
119119
<tr>
120+
<td>🎯 <a href="https://github.com/CodingWithCalvin/VS-LaunchyBar">VS-LaunchyBar</a></td>
121+
<td>Activity Bar for Visual Studio - quick access toolbar with icons</td>
122+
<td><img src="https://img.shields.io/github/stars/CodingWithCalvin/VS-LaunchyBar?style=for-the-badge&logo=github" alt="Stars"></td>
123+
</tr>
124+
<tr>
120125
<td colspan="3"><strong>🔵 VS Code Extensions</strong></td>
121126
</tr>
122127
<tr>

0 commit comments

Comments
 (0)