Browse Source

💄

main
Eric Amodio 4 years ago
parent
commit
2837601d20
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 3
- 1
src/quickpicks/remoteProviderPicker.ts View File

@ -19,7 +19,9 @@ export class ConfigureCustomRemoteProviderCommandQuickPickItem extends CommandQu
}
async execute(): Promise<void> {
await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'));
await env.openExternal(
Uri.parse('https://github.com/eamodio/vscode-gitlens#remote-provider-integration-settings-'),
);
}
}

Loading…
Cancel
Save