mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
git: init
This commit is contained in:
@@ -84,7 +84,7 @@ export class Model {
|
||||
}
|
||||
|
||||
@sequentialize
|
||||
private async tryOpenRepository(path: string): Promise<void> {
|
||||
async tryOpenRepository(path: string): Promise<void> {
|
||||
const repository = this.getRepository(path);
|
||||
|
||||
if (repository) {
|
||||
|
||||
Reference in New Issue
Block a user