Eric Amodio 4年前
コミット
2837601d20
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      src/quickpicks/remoteProviderPicker.ts

+ 3
- 1
src/quickpicks/remoteProviderPicker.ts ファイルの表示

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

読み込み中…
キャンセル
保存