Microsoft released v0.3.0 of the WinApp VS Code extension, adding schema-aware IntelliSense for AppxManifest.xml files, including autocomplete, hover documentation, diagnostics, and Go to Definition. The update also adds workspace search for file/folder picking in packaging, running, and signing commands, plus new commands, UX improvements like post-package notifications and architecture mismatch warnings, and several reliability fixes to the debug adapter and launch configuration handling. The extension remains in public preview and requires Windows 10+, VS Code 1.109.0+, and a matching debugger extension.

5m read timeFrom devblogs.microsoft.com
Post cover image
Table of contents
IntelliSense for AppxManifest Copy linkLess File Hunting Copy linkMore Improvements in v0.3.0 Copy linkGet Started Copy linkWe Want Your Feedback Copy link

Questions this post answers

What new features does version 0.3.0 of the WinApp VS Code extension add for editing AppxManifest.xml files?

Version 0.3.0 adds schema-aware IntelliSense for AppxManifest.xml and .appxmanifest files, bundling the AppxManifest XSD schemas from the Windows SDK. It provides element, attribute, and value autocompletion, hover documentation, inline diagnostics for missing required fields and invalid values, and Go to Definition support via F12 or Ctrl+Click. IntelliSense is enabled by default once the extension is installed. daily.dev surfaces extension release notes like this for developers tracking their VS Code tooling upgrades.

What are the requirements for running the WinApp VS Code extension?

The WinApp VS Code extension requires Windows 10 or later, Visual Studio Code version 1.109.0 or later, and, for debugging, the appropriate debugger extension matching the app's language such as C#, C/C++, or the built-in Node.js debugger. It is currently distributed as a public preview through the Visual Studio Code Marketplace. Developers evaluating Windows tooling upgrades can follow extension requirement changes on daily.dev.

37K Impressions1 Comment