Skip to content

Commit 551bcbb

Browse files
fix: update vsc engine version since our extension is allowed in stable version (#14604)
1 parent 740f3d2 commit 551bcbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"engines": {
28-
"vscode": "^1.105.0"
28+
"vscode": "^1.104.2"
2929
},
3030
"license": "MIT",
3131
"keywords": [

packages/vscode-extension/src/commonlib/vscodeAzureSubscriptionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function formScopesArg(
184184
: Array.from(scopes?.scopes ?? []);
185185
const scopeList = getScopes(initialScopeList, tenantId);
186186
return isAuthenticationSessionRequest(scopes)
187-
? { fallbackScopes: scopeList, wwwAuthenticate: scopes.wwwAuthenticate }
187+
? { fallbackScopes: scopeList, scopes: scopeList, wwwAuthenticate: scopes.wwwAuthenticate }
188188
: scopeList;
189189
}
190190

0 commit comments

Comments
 (0)