Skip to content

Commit

Permalink
Resolve issue with Azure subscription icon (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphoff authored and itowlson committed Dec 5, 2019
1 parent caef9ff commit e21c572
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"--extensionDevelopmentPath=${workspaceFolder}"
],
"env": {
"AZCODE_DOCKER_IGNORE_BUNDLE": "1",
},
"outFiles": [
"${workspaceFolder}/out/**/*.js"
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function activate(context: vscode.ExtensionContext) {
// NOTE: This is boilerplate configuration for the Azure UI extension on which this extension relies.
const uiExtensionVariables = {
context,
ignoreBundle: !/^(false|0)?$/i.test(process.env.AZCODE_DOCKER_IGNORE_BUNDLE || ''),
ignoreBundle: true,
outputChannel: vscode.window.createOutputChannel('Azure Identity'),
reporter: createTelemetryReporter(context),
ui: new AzureUserInput(context.globalState)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e21c572

Please sign in to comment.