Skip to content

Commit c73f7be

Browse files
committed
feat(projects): add VSC VSIX Manifest Designer
1 parent 668fd3b commit c73f7be

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

204 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "VSC VSIX Manifest Designer"
3+
description: "A visual designer for VS Code extension manifest (package.json) files, bringing the same modern editing experience to VS Code extension development."
4+
longDescription: "VS Code extensions use package.json as their manifest, but editing it by hand can be tedious and error-prone. VSC VSIX Manifest Designer provides a visual editor with validation, making extension development more intuitive."
5+
category: "vscode-extension"
6+
repoUrl: "https://github.com/CodingWithCalvin/VSC-VsixManifestDesigner"
7+
techStack: ["TypeScript", "Svelte", "Vite", "VS Code Extension API"]
8+
language: "TypeScript"
9+
status: "active"
10+
startDate: "2026-01-20"
11+
stars: 0
12+
marketplace:
13+
type: "vs-marketplace"
14+
url: "https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.vsix-manifest-designer"
15+
---
16+
17+
18+
19+
VSC VSIX Manifest Designer provides a visual editor for VS Code extension manifests. Instead of manually editing package.json, use an intuitive form-based interface with validation and helpful guidance.
20+
21+
## Features
22+
23+
- Visual editor for package.json manifest files
24+
- Field validation and error checking
25+
- Clean, modern UI using VS Code theming
26+
- Custom Editor API integration - open with right-click
27+
- Round-trip preservation of formatting and non-extension fields

0 commit comments

Comments
 (0)