Terminal pasting

This commit is contained in:
Asher
2019-01-30 17:46:17 -06:00
committed by Kyle Carberry
parent bef46391fa
commit 6c4e2f9251
6 changed files with 125 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ import { promisify } from "util";
import { logger, Logger } from "@coder/logger";
import { escapePath } from "@coder/protocol";
import { IURI } from "./fill/uri";
import { INotificationService, IProgressService, IProgress, Severity } from "./fill/notification";
import { NotificationService, INotificationService, ProgressService, IProgressService, IProgress, Severity } from "./fill/notification";
/**
* Represents an uploadable directory, so we can query for existing files once.
@@ -355,3 +355,6 @@ export class Upload {
}
}
// Global instance.
export const upload = new Upload(new NotificationService(), new ProgressService());