diff --git a/.vscode/Untitled-1.ini b/.vscode/Untitled-1.ini new file mode 100644 index 0000000..60bf1c7 --- /dev/null +++ b/.vscode/Untitled-1.ini @@ -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() diff --git a/Untitled-1.nc b/Untitled-1.nc new file mode 100644 index 0000000..6ed6c72 --- /dev/null +++ b/Untitled-1.nc @@ -0,0 +1,2 @@ +cl /EHsc /W4 /O2 /Feexample.exe example.c +cl /? \ No newline at end of file