fix hygiene

This commit is contained in:
Pine Wu 2018-03-09 12:38:03 -08:00
parent c6818881d5
commit b49be24fec

View file

@ -92,7 +92,7 @@ export function providePathSuggestions(value: string, range: Range, activeDocFsP
label: f,
kind: CompletionItemKind.File,
textEdit: TextEdit.replace(replaceRange, f)
};
};
}
});
} catch (e) {