Skip to content

Commit

Permalink
Remove container app resource types from resolvers (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski authored Jul 6, 2022
1 parent ecac0a3 commit 0c47cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azureExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export const azureExtensions: IAzExtMetadata[] = [
name: 'vscode-azurecontainerapps',
label: 'Container Apps',
resourceTypes: [
'microsoft.app/containerapps',
'microsoft.app/managedenvironments'
//'microsoft.app/containerapps',
//'microsoft.app/managedenvironments'
],
reportIssueCommandId: 'containerApps.reportIssue'
}
Expand Down

0 comments on commit 0c47cbb

Please sign in to comment.