You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't prevent compiling, but these packages fail the TypeScript library check, requiring consumers to either do "skipLibCheck": true in the TSConfig, or adding @azure/ms-rest-azure-env as a dev dependency. This can be fixed by making @azure/ms-rest-azure-env a peer dependency of the following packages:
@microsoft/vscode-azext-azureappservice also fails due to the KuduModels being imported from the old vscode-azurekudu package. These models should just be moved up into @microsoft/vscode-azext-azureappservice.
Lastly, @microsoft/vscode-azext-azureappservice fails due to an import instead of import type on @microsoft/vscode-azext-azureappsettings in SiteClient.ts
It doesn't prevent compiling, but these packages fail the TypeScript library check, requiring consumers to either do
"skipLibCheck": true
in the TSConfig, or adding@azure/ms-rest-azure-env
as a dev dependency. This can be fixed by making@azure/ms-rest-azure-env
a peer dependency of the following packages:@microsoft/vscode-azureresources-api
microsoft/vscode-azureresourcegroups@b52f3bc@microsoft/vscode-azext-utils
utils: Fix dependency #1469@microsoft/vscode-azext-azureutils
azure: Fix dependency issues #1470@microsoft/vscode-azext-azureappservice
appservice: Fix dependency and type issues #1471@microsoft/vscode-azext-azureappservice
also fails due to theKuduModels
being imported from the oldvscode-azurekudu
package. These models should just be moved up into@microsoft/vscode-azext-azureappservice
.@microsoft/vscode-azext-azureappservice
appservice: Fix dependency and type issues #1471Lastly,
@microsoft/vscode-azext-azureappservice
fails due to animport
instead ofimport type
on@microsoft/vscode-azext-azureappsettings
inSiteClient.ts
@microsoft/vscode-azext-azureappservice
appservice: Fix dependency and type issues #1471The text was updated successfully, but these errors were encountered: