debt - get rid of flow

This commit is contained in:
Benjamin Pasero
2019-04-01 08:35:28 +02:00
parent 64c3f1a93e
commit f5554346aa
20 changed files with 934 additions and 1106 deletions

View File

@@ -85,7 +85,7 @@ suite('ConfigurationEditingService', () => {
.then(() => setUpServices());
});
async function setUpWorkspace(): Promise<boolean> {
async function setUpWorkspace(): Promise<void> {
const id = uuid.generateUuid();
parentDir = path.join(os.tmpdir(), 'vsctests', id);
workspaceDir = path.join(parentDir, 'workspaceconfig', id);