Skip to content

Commit

Permalink
添加 VSIX 安装日志和示例 C 代码编译命令
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwan330445 committed Nov 21, 2024
1 parent b5f2508 commit 866565c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .vscode/Untitled-1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
2024/11/22 4:48:50 - Microsoft VSIX Installer
2024/11/22 4:48:50 - -------------------------------------------
2024/11/22 4:48:50 - vsixinstaller.exe version:
2024/11/22 4:48:50 - 17.12.2069+1ec5133e4b
2024/11/22 4:48:50 - -------------------------------------------
2024/11/22 4:48:50 - Command line parameters:
2024/11/22 4:48:50 - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\八荒\AppData\Local\Temp\MicrosoftEdgeDownloads\b0f2357c-e704-4f2f-9737-f8ff4823b313\AWSToolkitPackage.v17.vsix
2024/11/22 4:48:50 - -------------------------------------------
2024/11/22 4:48:50 - Microsoft VSIX Installer
2024/11/22 4:48:50 - -------------------------------------------
2024/11/22 4:48:50 - Skipping product Microsoft.VisualStudio.Product.BuildTools (9dd14bbb) since it does not support extensions
2024/11/22 4:48:50 - Initializing Install...
2024/11/22 4:48:50 - 正在搜索适用的产品...
2024/11/22 4:48:51 - 找到的已安装产品 - 全局位置
2024/11/22 4:48:51 - 扩展详细信息...
2024/11/22 4:48:51 - Identifier : 0B82CB16-0E52-4363-9BC0-61E758689176
2024/11/22 4:48:51 - Name : AWS Toolkit with Amazon Q
2024/11/22 4:48:51 - Author : Amazon Web Services
2024/11/22 4:48:51 - Version : 1.60.0.1
2024/11/22 4:48:51 - Description : Develop, debug, and deploy .NET applications using Amazon Web Services. Amazon Q is your generative AI-powered assistant across the software development lifecycle.
2024/11/22 4:48:51 - Locale : en-US
2024/11/22 4:48:51 - MoreInfoURL : https://aws.amazon.com/visualstudio/
2024/11/22 4:48:51 - InstalledByMSI : False
2024/11/22 4:48:51 - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
2024/11/22 4:48:52 - SignatureState : ValidSignature
2024/11/22 4:48:52 - SignedBy : Amazon Web Services, Inc.
2024/11/22 4:48:52 - Certificate Info :
2024/11/22 4:48:52 - -------------------------------------------------------
2024/11/22 4:48:52 - [Subject] : CN="Amazon Web Services, Inc.", OU=AWS IDEs, O="Amazon Web Services, Inc.", L=Seattle, S=Washington, C=US, SERIALNUMBER=4152954, OID.2.5.4.15=Private Organization, OID.1.3.6.1.4.1.311.60.2.1.2=Delaware, OID.1.3.6.1.4.1.311.60.2.1.3=US
2024/11/22 4:48:52 - [Issuer] : CN=DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1, O="DigiCert, Inc.", C=US
2024/11/22 4:48:52 - [Serial Number] : 0BA76BB0CA888C006639C20660608230
2024/11/22 4:48:52 - [Not Before] : 2024/6/3 8:00:00
2024/11/22 4:48:52 - [Not After] : 2025/6/4 7:59:59
2024/11/22 4:48:52 - [Thumbprint] : 08E2ADF9CCA626AAFF09765FB7AEBA90C8410557
2024/11/22 4:48:52 - 支持的产品 :
2024/11/22 4:48:52 - Microsoft.VisualStudio.Community
2024/11/22 4:48:52 - Version : [17.7,18.0)
2024/11/22 4:48:52 - ProductArchitecture : amd64
2024/11/22 4:48:52 - Microsoft.VisualStudio.Community
2024/11/22 4:48:52 - Version : [17.7,18.0)
2024/11/22 4:48:52 - ProductArchitecture : arm64
2024/11/22 4:48:52 - 引用 :
2024/11/22 4:48:52 - 系统必备 :
2024/11/22 4:48:52 - -------------------------------------------------------
2024/11/22 4:48:52 - Identifier : Microsoft.VisualStudio.Component.CoreEditor
2024/11/22 4:48:52 - Name : Visual Studio core editor
2024/11/22 4:48:52 - Version : [17.7,18.0)
2024/11/22 4:48:52 - 签名详细信息...
2024/11/22 4:48:52 - Extension is signed with a valid signature.
2024/11/22 4:48:52 - VSIXInstaller.NoApplicableSKUsException: 此扩展不能安装在任何当前安装的产品上。
在 VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
在 VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
在 VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
在 VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
在 VSIXInstaller.App.Initialize(Boolean isRepairSupported)
在 VSIXInstaller.App.Initialize()
在 System.Threading.Tasks.Task`1.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()
2 changes: 2 additions & 0 deletions Untitled-1.nc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cl /EHsc /W4 /O2 /Feexample.exe example.c
cl /?

0 comments on commit 866565c

Please sign in to comment.