Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/content/projects/vsc-vsixmanifestdesigner/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "VSC VSIX Manifest Designer"
description: "A visual designer for VS Code extension manifest (package.json) files, bringing the same modern editing experience to VS Code extension development."
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."
category: "vscode-extension"
repoUrl: "https://github.com/CodingWithCalvin/VSC-VsixManifestDesigner"
techStack: ["TypeScript", "Svelte", "Vite", "VS Code Extension API"]
language: "TypeScript"
status: "active"
startDate: "2026-01-20"
stars: 0
marketplace:
type: "vs-marketplace"
url: "https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.vsix-manifest-designer"
---



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.

## Features

- Visual editor for package.json manifest files
- Field validation and error checking
- Clean, modern UI using VS Code theming
- Custom Editor API integration - open with right-click
- Round-trip preservation of formatting and non-extension fields