Eric Amodio před 4 roky
rodič
revize
2837601d20
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 3
- 1
src/quickpicks/remoteProviderPicker.ts Zobrazit soubor

@ -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-'),
);
}
}

Načítá se…
Zrušit
Uložit