Update html & css service

This commit is contained in:
Pine Wu
2019-07-26 19:49:31 -07:00
parent 17d9194a40
commit 54fefb8d78
9 changed files with 30 additions and 31 deletions

View File

@@ -35,9 +35,8 @@ export function getDocumentContext(documentUri: string, workspaceFolders: Worksp
try {
return url.resolve(base, ref);
} catch {
return undefined;
return '';
}
},
};
}