SQL Prompt in Azure Data Studio
taco
Posts: 1 New member
I'm trying to install sql prompt in Azure Data Studio but I keep getting the following install failed message:
Microsoft VSIX Installer
Microsoft VSIX Installer
5/5/2023 2:33:50 PM - -------------------------------------------
5/5/2023 2:33:50 PM - Initializing Install...
5/5/2023 2:33:51 PM - Extension Details...
5/5/2023 2:33:51 PM - Identifier : sql-prompt
5/5/2023 2:33:51 PM - Name : Redgate SQL Prompt
5/5/2023 2:33:51 PM - Author : Redgate
5/5/2023 2:33:51 PM - Version : 0.2.12
5/5/2023 2:33:51 PM - Description : Write and format your SQL effortlessly
5/5/2023 2:33:51 PM - Locale : en-US
5/5/2023 2:33:51 PM - MoreInfoURL :
5/5/2023 2:33:51 PM - InstalledByMSI : False
5/5/2023 2:33:51 PM - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
5/5/2023 2:33:51 PM - SignatureState : Unsigned
5/5/2023 2:33:51 PM - Supported Products :
5/5/2023 2:33:51 PM - Microsoft.VisualStudio.Code
5/5/2023 2:33:51 PM - Version :
5/5/2023 2:33:51 PM - ProductArchitecture : x86
5/5/2023 2:33:51 PM - References :
5/5/2023 2:33:51 PM - Signature Details...
5/5/2023 2:33:51 PM - Extension is not signed.
5/5/2023 2:33:51 PM - Searching for applicable products...
5/5/2023 2:33:51 PM - Found installed product - Visual Studio Community 2022
5/5/2023 2:33:51 PM - Found installed product - Global Location
5/5/2023 2:33:51 PM - VSIXInstaller.NoApplicableSKUsException: One or more extensions are for Visual Studio Code. Try installing them in Visual Studio Code.
at VSIXInstaller.ExtensionService.GetInstallableDataImpl(IInstallableExtension extension, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Answers