.VSIXMANIFEST 文件扩展名

Visual Studio Extension Manifest

开发者 Microsoft
受欢迎程度
1.8  |  6 
 

什么是 VSIXMANIFEST 文件?

A VSIXMANIFST file is a metadata file included in a Microsoft Visual Studio or Visual Studio Code extension (.VSIX file). It contains information used to identify and install the extension. VSIXMANIFEST files are XML files, whose structure conforms to Microsoft's VSX schema.

更多信息

在 Microsoft Visual Studio Code 中打开的 .vsixmanifest 文件截图
在 Microsoft Visual Studio Code 中打开的 VSIXMANIFEST 文件

Microsoft Visual Studio and Visual Studio Code are IDEs that developers use to create programs. Both IDEs allow developers to install extensions that contain additional features. These extensions are saved as VSIX files. (However, VSIX files intended for use with Visual Studio are not compatible with Visual Studio Code, and vice-versa.)

Each VSIX file contains a VSIXMANIFEST file that describes that extension's name, function, publisher, assets, and installation information (including any dependencies and prerequisites). Typically, developers installing an extension will never need to view that extension's VSIXMANIFEST file. However, developers can extract a VSIX file's VSIXMANIFEST and open it in Visual Studio, Visual Studio Code, or any other text editor, to view the metadata it contains.

注: When creating your own Visual Studio or Visual Studio Code extension, you must create a VSIXMANIFEST file and package it with that extension.

常见 .VSIXMANIFEST 文件名

Extension.vsixmanifest - The name assigned to finalized VSIXMANIFEST files.

Source.extension.vsixmanifest - The name assigned to in-development VSIXMANIFEST files.

如何打开 VSIXMANIFEST 文件

You can open a VSIXMANIFEST file with Microsoft Visual Studio (Windows), Microsoft Visual Studio Code (multiplatform), or any other text editor, to view the metadata it contains.

Note that you likely should not edit a VSIXMANIFEST file, as doing so may prevent you from being able to install the VSIX file that uses that manifest.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 VSIXMANIFEST 文件的程序

分类: 开发者
更新时间: 2023-01-10

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Visual Studio Extension Manifest 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们