change it to use a FileSystemProvider selected by the request

This commit is contained in:
Marc Rasi
2019-05-06 17:06:38 -07:00
parent d5a85d60ef
commit ed3a8ec6fc
14 changed files with 236 additions and 120 deletions

View File

@@ -171,6 +171,8 @@ UID_KEYS = [
KEY('ExpressionType', 'key.expression_type'),
KEY('CanonicalizeType', 'key.canonicalize_type'),
KEY('InternalDiagnostic', "key.internal_diagnostic"),
KEY('VFSName', 'key.vfs.name'),
KEY('VFSArgs', 'key.vfs.args'),
]